Kaydet (Commit) cee9a48e authored tarafından Just van Rossum's avatar Just van Rossum

minor cleanup, avoiding rare traceback (jvr)

üst 532998e0
......@@ -91,7 +91,7 @@ class Debugger(bdb.Bdb):
self.set_quit()
self.clear_tracefuncs()
self.continuewithoutdebugger = 1
if self.w.parent:
if hasattr(self, "w") and self.w.parent:
self.exit_mainloop()
self.resetwidgets()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment