Bug 1535948 - Fix the indentation: the code wasn't executed r=mshal

Differential Revision: https://phabricator.services.mozilla.com/D24035

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Sylvestre Ledru 2019-03-19 16:02:05 +00:00
parent e9a5487529
commit ab23ebfb0e

View File

@ -834,9 +834,9 @@ class LockFile(object):
# (but we need to let some other process close the file
# first).
time.sleep(0.1)
else:
# Re-raise unknown errors
raise
else:
# Re-raise unknown errors
raise
def lock_file(lockfile, max_wait = 600):