mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-08 19:34:18 +00:00
keep original exception behavior
This commit is contained in:
parent
b53ea0a11c
commit
c71116d45e
@ -654,7 +654,7 @@ else:
|
||||
move_into_place(replacement_path, replaced_path)
|
||||
except OSError as e:
|
||||
if e.errno != ENOENT:
|
||||
reraise(ConflictError)
|
||||
raise
|
||||
except EnvironmentError as e:
|
||||
reraise(ConflictError)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user