mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-13 13:53:07 +00:00
unused var
This commit is contained in:
parent
158498f61a
commit
b54d5d88f8
@ -655,7 +655,7 @@ else:
|
||||
except OSError as e:
|
||||
if e.errno != ENOENT:
|
||||
raise
|
||||
except EnvironmentError as e:
|
||||
except EnvironmentError:
|
||||
reraise(ConflictError)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user