Skip to content

Commit

Permalink
Code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Collins committed Apr 24, 2020
1 parent 2f3846e commit 696d5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labthings/core/lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def acquire(self, blocking=True, timeout=None):

lock_all = all(
lock.acquire(blocking=blocking, timeout=timeout, _strict=False)
for lock in self.locks
for lock in self.locks
)

if not lock_all:
Expand Down

0 comments on commit 696d5aa

Please sign in to comment.