Skip to content

Commit 4140e19

Browse files
committed
tests: Fix print_exception.py to work on Travis CI.
1 parent e8487ea commit 4140e19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/misc/print_exception.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
print_exception = lambda e, f: traceback.print_exception(None, e, None, file=f)
88

99
try:
10-
1/0
10+
XXX
1111
except Exception as e:
1212
print('caught')
1313
buf = io.StringIO()

0 commit comments

Comments
 (0)