Made output in case of Ctrl-C prettier.

This commit is contained in:
Jeremy Fincher 2003-10-21 06:22:41 +00:00
parent 2175bd72f3
commit 15b67670db

View File

@ -619,6 +619,8 @@ if __name__ == '__main__':
try:
main()
except KeyboardInterrupt:
myPrint("""Well, it looked like you cancelled out of the wizard before
print
print
myPrint("""Well, it looks like you cancelled out of the wizard before
it was done. Unfortunately, I didn't get to write anything to file.
Please run the wizard again to completion.""")