Show More
@@ -155,7 +155,7 b' $self.bug_tracker' | |||||
155 | # Construct report on disk |
|
155 | # Construct report on disk | |
156 | report.write(self.make_report(traceback)) |
|
156 | report.write(self.make_report(traceback)) | |
157 | report.close() |
|
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 | def make_report(self,traceback): |
|
160 | def make_report(self,traceback): | |
161 | """Return a string containing a crash report.""" |
|
161 | """Return a string containing a crash report.""" |
General Comments 0
You need to be logged in to leave comments.
Login now