mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
on windows always autofill creation flags
This commit is contained in:
parent
e0879fd67d
commit
567b6dfb14
1 changed files with 1 additions and 2 deletions
|
|
@ -102,8 +102,7 @@ def run_subprocess(*args, creationflags=None, **kwargs):
|
|||
|
||||
# Modify creation flags on windows to hide console window if in UI mode
|
||||
if (
|
||||
sys.__stdout__ is None
|
||||
and platform.system().lower() == "windows"
|
||||
platform.system().lower() == "windows"
|
||||
and creationflags is None
|
||||
):
|
||||
creationflags = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue