mirror of
https://github.com/tcsenpai/UWINE.git
synced 2025-06-06 11:35:20 +00:00
Revert 'ulwgl_run: fix bug that caused stdout to be silenced'
This reverts commit fdc782fb0f508a1f0613939245b8eb93f232b2ad.
This commit is contained in:
parent
fdc782fb0f
commit
38ec2eb258
@ -323,7 +323,7 @@ def main() -> None: # noqa: D103
|
||||
os.environ[key] = val
|
||||
|
||||
build_command(env, command, opts)
|
||||
subprocess.run(command)
|
||||
subprocess.run(command, check=True, stdout=subprocess.PIPE, text=True)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
Loading…
x
Reference in New Issue
Block a user