Fri, 30 Sep 2016 19:33:35 +0200
Removed a forgotten debug statement (printerr() ).
DebugClients/Python3/DebugBase.py | file | annotate | diff | comparison | revisions |
--- a/DebugClients/Python3/DebugBase.py Fri Sep 30 19:21:22 2016 +0200 +++ b/DebugClients/Python3/DebugBase.py Fri Sep 30 19:33:35 2016 +0200 @@ -754,7 +754,6 @@ if exctype in [SyntaxError, IndentationError]: try: - printerr("1") message = str(excval) filename = excval.filename lineno = excval.lineno