From 15b67670dbc1319c37d30c8eca46f3d1ffb8b51c Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Tue, 21 Oct 2003 06:22:41 +0000 Subject: [PATCH] Made output in case of Ctrl-C prettier. --- scripts/supybot-wizard | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/supybot-wizard b/scripts/supybot-wizard index fb6a81cdd..a05519f9e 100755 --- a/scripts/supybot-wizard +++ b/scripts/supybot-wizard @@ -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.""")