issue #61: unused variable (reported by LGTM)

This commit is contained in:
David Wilson 2019-01-20 19:35:49 +00:00
parent 7bb6b4ab4b
commit abfb6e39a8
1 changed files with 0 additions and 1 deletions

View File

@ -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'