diff --git a/dffml/util/subprocess.py b/dffml/util/subprocess.py index 2538c16b4e..09f17eaa53 100644 --- a/dffml/util/subprocess.py +++ b/dffml/util/subprocess.py @@ -93,7 +93,6 @@ async def run_command_events( yield Subprocess.STDOUT, b"".join( output[Subprocess.STDOUT_READLINE] ) - return # If caller wants event if events and event in events: yield event, result