Commit ae5c37b7 authored by Skip Montanaro's avatar Skip Montanaro

delete unused local variable (pychecker caught)

parent 4ee893fe
......@@ -218,7 +218,7 @@ class TestCase:
try:
testMethod()
ok = 1
except self.failureException, e:
except self.failureException:
result.addFailure(self, self.__exc_info())
except KeyboardInterrupt:
raise
......
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