Show More
@@ -155,7 +155,7 $self.bug_tracker | |||
|
155 | 155 | # Construct report on disk |
|
156 | 156 | report.write(self.make_report(traceback)) |
|
157 | 157 | report.close() |
|
158 | raw_input("Press enter to exit:") | |
|
158 | raw_input("Hit <Enter> to quit this message (your terminal may close):") | |
|
159 | 159 | |
|
160 | 160 | def make_report(self,traceback): |
|
161 | 161 | """Return a string containing a crash report.""" |
General Comments 0
You need to be logged in to leave comments.
Login now