Skip to content

Commit

Permalink
Merge pull request #8 from ynput/chore/standardize_console_creation
Browse files Browse the repository at this point in the history
Standardize console creation
  • Loading branch information
kalisp authored Aug 21, 2024
2 parents 4c03ded + 3503e10 commit ac48de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/ayon_photoshop/hooks/pre_launch_args.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def get_launch_kwargs(kwargs):
if platform.system().lower() != "windows":
return kwargs

if not is_using_ayon_console():
if is_using_ayon_console():
kwargs.update({
"creationflags": subprocess.CREATE_NEW_CONSOLE
})
Expand Down

0 comments on commit ac48de0

Please sign in to comment.