Skip to content
Snippets Groups Projects
Commit 50902553 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

fix test

parent fd974694
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,6 @@ def call_and_return_stdout(args: tp.Union[str, tp.List[str]], ...@@ -32,7 +32,6 @@ def call_and_return_stdout(args: tp.Union[str, tp.List[str]],
if isinstance(args, str): if isinstance(args, str):
args = args.split(' ') args = args.split(' ')
kwargs['capture_output'] = True
kwargs['stdout'] = subprocess.PIPE kwargs['stdout'] = subprocess.PIPE
stdout_list = [] stdout_list = []
......
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