[virt-tools-list] [virt-manager PATCH] virt-convert: fix a small pylint

Chen Hanxiao chen_han_xiao at 126.com
Sat Feb 8 15:27:14 UTC 2014


From: Chen Hanxiao <chenhanxiao at cn.fujitsu.com>

s/desc =_/desc = _/

Signed-off-by: Chen Hanxiao <chenhanxiao at cn.fujitsu.com>
---
Note: pushed as trivial.

 virt-convert | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virt-convert b/virt-convert
index 98cb6fb..f40aceb 100755
--- a/virt-convert
+++ b/virt-convert
@@ -44,7 +44,7 @@ from virtconv import VirtConverter
 #####################
 
 def parse_args():
-    desc =_(
+    desc = _(
 "Convert an OVF or VMX appliance to native libvirt XML, and run "
 "the guest.\nThe VM contents are not altered. Disk images are "
 "copied to the hypervisor\ndefault storage location.\n\n"
-- 
1.8.4.2





More information about the virt-tools-list mailing list