Commit 92961762 authored by Bryton Lacquement's avatar Bryton Lacquement 🚪

wip

parent 97fc07de
...@@ -100,7 +100,6 @@ def main(): ...@@ -100,7 +100,6 @@ def main():
process_handler = subprocess.Popen(argument_list, process_handler = subprocess.Popen(argument_list,
stdout=subprocess.PIPE, stdout=subprocess.PIPE,
stderr=subprocess.PIPE, stderr=subprocess.PIPE,
universal_newlines=True,
) )
stdout, stderr = process_handler.communicate() 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