Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion testtools/twistedsupport/_runtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ def _run_cleanups(self):
exc_info = sys.exc_info()
self.case._report_traceback(exc_info)
last_exception = exc_info[1]
defer.returnValue(last_exception)
return last_exception

def _make_spinner(self):
"""Make the `Spinner` to be used to run the tests."""
Expand Down