1
0
mirror of https://github.com/gryf/boxpy.git synced 2025-12-19 05:30:18 +01:00

Fix typo in message.

This commit is contained in:
2022-04-22 07:53:04 +02:00
parent 20120d898a
commit ed25a0d208

2
box.py
View File

@@ -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()