Skip to content
Snippets Groups Projects
Commit 4140e19c authored by Damien George's avatar Damien George
Browse files

tests: Fix print_exception.py to work on Travis CI.

parent e8487ea1
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ else:
print_exception = lambda e, f: traceback.print_exception(None, e, None, file=f)
try:
1/0
XXX
except Exception as e:
print('caught')
buf = io.StringIO()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment