From 136a65e0be3c2ad25df15cec573a42b0f7d0104a Mon Sep 17 00:00:00 2001 From: Marek Marczykowski Date: Fri, 1 Apr 2011 02:10:50 +0200 Subject: [PATCH] Fix indentation - duplicate VMs warning message (#159) --- dom0/qvm-tools/qvm-backup-restore | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dom0/qvm-tools/qvm-backup-restore b/dom0/qvm-tools/qvm-backup-restore index 1bb1f9a9..cbb81bcc 100755 --- a/dom0/qvm-tools/qvm-backup-restore +++ b/dom0/qvm-tools/qvm-backup-restore @@ -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."