diff --git a/pantograph/utils.py b/pantograph/utils.py index 31067a8..1b4f01e 100644 --- a/pantograph/utils.py +++ b/pantograph/utils.py @@ -7,7 +7,7 @@ import functools as F import pexpect -import regex as re +import re def to_sync(func): @@ -18,7 +18,7 @@ def wrapper(*args, **kwargs): async def check_output(*args, **kwargs): p = await asyncio.create_subprocess_exec( - *args, + *args, stdout=asyncio.subprocess.PIPE, stderr=asyncio.subprocess.PIPE, **kwargs,