mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
virt-convert: fix a small pylint
s/desc =_/desc = _/ Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
This commit is contained in:
parent
256052d389
commit
de21747dbb
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user