mirror of
https://github.com/python/cpython.git
synced 2025-12-10 19:10:59 +00:00
Fix merge bug (lost line causing syntax error).
This commit is contained in:
parent
5c0a6de79a
commit
5dc0d9708c
1 changed files with 1 additions and 0 deletions
|
|
@ -722,6 +722,7 @@ class ModifiedInterpreter(InteractiveInterpreter):
|
|||
master=self.tkconsole.text):
|
||||
raise
|
||||
else:
|
||||
self.showtraceback()
|
||||
else:
|
||||
raise
|
||||
except:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue