diff options
Diffstat (limited to 'python/step7_quote.py')
| -rw-r--r-- | python/step7_quote.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/step7_quote.py b/python/step7_quote.py index f57dc0a..cae3c99 100644 --- a/python/step7_quote.py +++ b/python/step7_quote.py @@ -125,4 +125,4 @@ else: print(REP(line)) except reader.Blank: continue except Exception as e: - print "".join(traceback.format_exception(*sys.exc_info())) + print("".join(traceback.format_exception(*sys.exc_info()))) |
