Skip to content
Snippets Groups Projects
Commit bc22a4c6 authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Drop some unnecessary control flow.

parent cbb229f3
No related branches found
No related tags found
No related merge requests found
......@@ -227,7 +227,7 @@ class FIFOFeeder(threading.Thread):
except OSError as e:
if e.errno != errno.ENXIO:
raise
elif self._want_join.is_set():
if self._want_join.is_set():
return
else:
break
......
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