Skip to content
Snippets Groups Projects
Commit 5128fd5f authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Pre-merge cleanup

parent 65216531
No related branches found
No related tags found
2 merge requests!235Release TeraFlowSDN 3.0,!216Resolve "Automate end-to-end tests and integrate them in CI/CD pipeline"
...@@ -78,7 +78,7 @@ class MutexQueues: ...@@ -78,7 +78,7 @@ class MutexQueues:
# remove myself from the queue # remove myself from the queue
try: try:
mutex = queue.get(block=True, timeout=0.1) queue.get(block=True, timeout=0.1)
except Empty: except Empty:
pass pass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment