mirror of
https://github.com/gryf/boxpy.git
synced 2025-12-19 13:37:58 +01:00
Fix typo in message.
This commit is contained in:
2
box.py
2
box.py
@@ -1208,7 +1208,7 @@ def vmcreate(args, conf=None):
|
|||||||
Run(cmd).stdout)
|
Run(cmd).stdout)
|
||||||
|
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
LOG.warning('\nIterrupted, cleaning up')
|
LOG.warning('\nInterrupted, cleaning up')
|
||||||
iso.cleanup()
|
iso.cleanup()
|
||||||
image.cleanup()
|
image.cleanup()
|
||||||
vbox.destroy()
|
vbox.destroy()
|
||||||
|
|||||||
Reference in New Issue
Block a user