issue #61: unused variable (reported by LGTM)

issue510
David Wilson 5 years ago
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…
Cancel
Save