diff --git a/ulwgl_run.py b/ulwgl_run.py index 41a2532b..42d294fb 100755 --- a/ulwgl_run.py +++ b/ulwgl_run.py @@ -323,7 +323,7 @@ def main() -> None: # noqa: D103 os.environ[key] = val build_command(env, command, opts) - subprocess.run(command, check=True, stdout=subprocess.PIPE, text=True) + subprocess.run(command) if __name__ == "__main__":