typo in error handler

pull/129/head
Christopher Usher 5 years ago
parent 9dfffe0a62
commit 553b11bc84

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