Kaydet (Commit) 5dc0d970 authored tarafından Guido van Rossum's avatar Guido van Rossum

Fix merge bug (lost line causing syntax error).

üst 5c0a6de7
......@@ -722,6 +722,7 @@ class ModifiedInterpreter(InteractiveInterpreter):
master=self.tkconsole.text):
raise
else:
self.showtraceback()
else:
raise
except:
......
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