merged with trunk (utils fix)
This commit is contained in:
1 changed files with 1 additions and 1 deletions
@@ -442,7 +442,7 @@ def lock_parent_directory(filename, timeout=10):
:param filename: file path of the parent directory to be locked
:param timeout: timeout (in seconds)
"""
return lock_path(os.path.dirname(filename))
return lock_path(os.path.dirname(filename), timeout=timeout)
def get_time_units(time_amount):
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.