delete unused local variable (pychecker caught)
This commit is contained in:
parent
4ee893fe39
commit
ae5c37b7b3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue