1
0

Missing vm name in message

Dieser Commit ist enthalten in:
Marek Marczykowski 2011-04-10 21:49:13 +02:00
Ursprung 6e500fc733
Commit 8dc50df12b

Datei anzeigen

@ -99,7 +99,7 @@ def vm_run_cmd(vm, cmd, options):
if not vm.is_running():
if not options.auto:
print "VM '{0}' is not running, please start it first, or use the '--auto' switch"
print "VM '{0}' is not running. Please start it first or use the '--auto' switch".format(vm.name)
exit (1)
try:
if options.verbose: