Commit 5128fd5f authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Pre-merge cleanup

parent 65216531
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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