Fix indentation - duplicate VMs warning message (#159)

このコミットが含まれているのは:
Marek Marczykowski 2011-04-01 02:10:50 +02:00
コミット 136a65e0be

ファイルの表示

@ -244,12 +244,12 @@ def main():
if there_are_conflicting_vms:
print "*** There VMs with conflicting names on the host! ***"
if options.skip_conflicting:
print "Those VMs will not be restored, the host VMs will not be overwritten!"
else:
print "Remove VMs with conflicting names from the host before proceeding."
print "... or use --skip-conflicting to restore only those VMs that do not exist on the host."
exit (1)
if options.skip_conflicting:
print "Those VMs will not be restored, the host VMs will not be overwritten!"
else:
print "Remove VMs with conflicting names from the host before proceeding."
print "... or use --skip-conflicting to restore only those VMs that do not exist on the host."
exit (1)
print "The above VMs will be copied and added to your system."
print "Exisiting VMs will not be removed."