From 487895ed7875d2842a9d9789496f7664ce4739f4 Mon Sep 17 00:00:00 2001 From: Agata Murawska <agatamurawska@google.com> Date: Thu, 20 Oct 2011 13:58:52 +0200 Subject: [PATCH] Fix for buildbot pylint failure Signed-off-by: Agata Murawska <agatamurawska@google.com> Reviewed-by: Iustin Pop <iustin@google.com> --- lib/ovf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/ovf.py b/lib/ovf.py index ac0a70969..c26107e0a 100644 --- a/lib/ovf.py +++ b/lib/ovf.py @@ -143,6 +143,7 @@ DISK_FORMAT = { COW: "http://www.gnome.org/~markmc/qcow-image-format.html", } + def CheckQemuImg(): """ Make sure that qemu-img is present before performing operations. @@ -153,6 +154,7 @@ def CheckQemuImg(): raise errors.OpPrereqError("qemu-img not found at build time, unable" " to continue") + def LinkFile(old_path, prefix=None, suffix=None, directory=None): """Create link with a given prefix and suffix. -- GitLab