Loading src/common/tools/mutex_queues/MutexQueues.py +1 −1 Original line number Diff line number Diff line Loading @@ -78,7 +78,7 @@ class MutexQueues: # remove myself from the queue try: mutex = queue.get(block=True, timeout=0.1) queue.get(block=True, timeout=0.1) except Empty: pass Loading Loading
src/common/tools/mutex_queues/MutexQueues.py +1 −1 Original line number Diff line number Diff line Loading @@ -78,7 +78,7 @@ class MutexQueues: # remove myself from the queue try: mutex = queue.get(block=True, timeout=0.1) queue.get(block=True, timeout=0.1) except Empty: pass Loading