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