From 05d29dc844cc8940145b889842bb0e120c014766 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Thu, 10 Jun 2021 16:06:51 +0200 Subject: [PATCH] fix typo --- openpype/hooks/pre_non_python_host_launch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpype/hooks/pre_non_python_host_launch.py b/openpype/hooks/pre_non_python_host_launch.py index b91be137ab..0447f4a06f 100644 --- a/openpype/hooks/pre_non_python_host_launch.py +++ b/openpype/hooks/pre_non_python_host_launch.py @@ -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