This commit is contained in:
Thomas Jackson 2014-10-30 14:02:21 -07:00
parent a87e135c8d
commit 1c07eda1ba

View File

@ -154,7 +154,7 @@ def lock(path,
max_leases=max_concurrency,
ephemeral_lease=ephemeral_lease)
# forcible get the lock regardless of max_concurrency
# forcibly get the lock regardless of max_concurrency
if force:
SEMAPHORE_MAP[path].assured_path = True