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 ec27f68 commit d51e9f2Copy full SHA for d51e9f2
MongoBackup/Common/Lock.py
@@ -3,6 +3,7 @@
3
4
from fcntl import flock, LOCK_EX, LOCK_NB
5
6
+
7
class Lock:
8
def __init__(self, lock_file):
9
self.lock_file = lock_file
0 commit comments