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: except OSError as e:
# ignore error when the file is already gone # ignore error when the file is already gone
if e.errno != errno.ENOENT: if e.errno != errno.ENOENT:
pass raise
try: try:
os.rmdir(path) os.rmdir(path)

Loading…
Cancel
Save