diff options
Diffstat (limited to 'python/step8_macros.py')
| -rw-r--r-- | python/step8_macros.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/step8_macros.py b/python/step8_macros.py index 5d9151a..adb4546 100644 --- a/python/step8_macros.py +++ b/python/step8_macros.py @@ -145,4 +145,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()))) |
