Commit 454be999 authored by Jason Madden's avatar Jason Madden

Python 3 needs a value.

parent 74a2e929
......@@ -196,7 +196,7 @@ if RUNNING_ON_CI:
def reraiseFlakyTestTimeout():
six.reraise(FlakyTestTimeout,
None,
FlakyTestTimeout(),
sys.exc_info()[2])
else:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment