We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09424a7 commit 8a36baaCopy full SHA for 8a36baa
roundup/backends/locking.py
@@ -30,6 +30,7 @@
30
31
def acquire_lock(path, block=1):
32
'''Acquire a lock for the given path
33
+ File is closed in caller not by unlock.
34
'''
35
file = open(path, 'w')
36
if block:
0 commit comments