From ccaad9a2725e77df3c47cb9eb7ae71539f28bfda 2010-01-08 02:37:36 From: Fernando Perez Date: 2010-01-08 02:37:36 Subject: [PATCH] Cleaner error message in crash handler. --- diff --git a/IPython/core/crashhandler.py b/IPython/core/crashhandler.py index dd5c553..ad8d340 100644 --- a/IPython/core/crashhandler.py +++ b/IPython/core/crashhandler.py @@ -155,7 +155,7 @@ $self.bug_tracker # Construct report on disk report.write(self.make_report(traceback)) report.close() - raw_input("Press enter to exit:") + raw_input("Hit to quit this message (your terminal may close):") def make_report(self,traceback): """Return a string containing a crash report."""