typo in error handler

pull/120/head
Christopher Usher 6 years ago
parent 029ad743ff
commit c41b9886a9

@ -278,7 +278,7 @@ class BackfillerManager(object):
except OSError as e:
# ignore error when the file is already gone
if e.errno != errno.ENOENT:
pass
raise
try:
os.rmdir(path)

Loading…
Cancel
Save