mirror of
https://github.com/tcsenpai/UWINE.git
synced 2025-06-06 11:35:20 +00:00
ulwgl_run: fix bug that caused stdout to be silenced
Co-authored-by: imLinguin lidwinpawel@gmail.com
This commit is contained in:
parent
8af0f0590e
commit
fdc782fb0f
@ -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__":
|
||||
|
Loading…
x
Reference in New Issue
Block a user