keep original exception behavior

This commit is contained in:
meejah 2018-04-23 10:51:41 -06:00
parent b53ea0a11c
commit c71116d45e
1 changed files with 1 additions and 1 deletions

View File

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