Commit 5dc0d970 authored by Guido van Rossum's avatar Guido van Rossum

Fix merge bug (lost line causing syntax error).

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