Fix typo
This commit is contained in:
parent
bde0ebcda9
commit
f0e47c1ed6
|
@ -333,7 +333,7 @@ def make_numbered_dir_with_cleanup(
|
|||
try:
|
||||
p = make_numbered_dir(root, prefix)
|
||||
lock_path = create_cleanup_lock(p)
|
||||
register_cleanup_lock_removal(lock_path)
|
||||
register_cleanup_lock_removal(lock_path)
|
||||
except Exception as exc:
|
||||
e = exc
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue