Fix missing ref in format

This commit is contained in:
Thomas S Hatch 2013-02-27 00:20:07 -05:00
parent a6fadf61c7
commit e8e4e3c5f3

View File

@ -182,7 +182,7 @@ def force_off(name):
timeout=600)
for comp in cmd_ret:
ret.update(comp)
print('Powered off VM {0}'.format())
print('Powered off VM {0}'.format(name))
return 'good'