Commit 98e36b4a authored by Bryton Lacquement's avatar Bryton Lacquement 🚪

wip

parent 0d24a3c6
......@@ -100,7 +100,6 @@ def main():
process_handler = subprocess.Popen(argument_list,
stdout=subprocess.PIPE,
stderr=subprocess.PIPE,
universal_newlines=True,
)
stdout, stderr = process_handler.communicate()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment