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 2f3846e commit 696d5aaCopy full SHA for 696d5aa
labthings/core/lock.py
@@ -84,7 +84,7 @@ def acquire(self, blocking=True, timeout=None):
84
85
lock_all = all(
86
lock.acquire(blocking=blocking, timeout=timeout, _strict=False)
87
- for lock in self.locks
+ for lock in self.locks
88
)
89
90
if not lock_all:
0 commit comments