issue #61: unused variable (reported by LGTM)
This commit is contained in:
parent
7bb6b4ab4b
commit
abfb6e39a8
|
@ -261,7 +261,6 @@ class CallError(Error):
|
|||
else:
|
||||
e = fmt
|
||||
fmt = '%s.%s: %s' % (type(e).__module__, type(e).__name__, e)
|
||||
args = ()
|
||||
tb = sys.exc_info()[2]
|
||||
if tb:
|
||||
fmt += '\n'
|
||||
|
|
Loading…
Reference in New Issue