mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix typo
This commit is contained in:
parent
5fa4e091e3
commit
05d29dc844
1 changed files with 1 additions and 1 deletions
|
|
@ -50,6 +50,6 @@ class NonPythonHostHook(PreLaunchHook):
|
|||
self.launch_context.launch_args.extend(remainders)
|
||||
|
||||
# This must be set otherwise it wouldn't be possible to catch output
|
||||
# when build PpenPype is used.
|
||||
# when build OpenPype is used.
|
||||
self.launch_context.kwargs["stdout"] = subprocess.DEVNULL
|
||||
self.launch_context.kwargs["stderr"] = subprocess.DEVNULL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue