From de21747dbb132adc28f68bb4d504218208a16f7d Mon Sep 17 00:00:00 2001 From: Chen Hanxiao Date: Sat, 8 Feb 2014 23:30:53 +0800 Subject: [PATCH] virt-convert: fix a small pylint s/desc =_/desc = _/ Signed-off-by: Chen Hanxiao --- virt-convert | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virt-convert b/virt-convert index 98cb6fb6..f40aceb2 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"