Merge pull request #2347 from pypeclub/bugfix/adobe_product_show_issue

Adobe products show issue
This commit is contained in:
Petr Kalis 2021-12-02 16:03:28 +01:00 committed by GitHub
commit 0fab4e2738
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

View file

@ -49,7 +49,3 @@ class NonPythonHostHook(PreLaunchHook):
if remainders:
self.launch_context.launch_args.extend(remainders)
# This must be set otherwise it wouldn't be possible to catch output
# when build OpenPype is used.
self.launch_context.kwargs["stdout"] = subprocess.DEVNULL
self.launch_context.kwargs["stderr"] = subprocess.DEVNULL

View file

@ -10,6 +10,7 @@ class ValidateWorkfileData(pyblish.api.ContextPlugin):
label = "Validate Workfile Data"
order = pyblish.api.ValidatorOrder
targets = ["tvpaint_worker"]
def process(self, context):
# Data collected in `CollectAvalonEntities`