From 46de3e116fe3ea297b814947df117723136f097d Mon Sep 17 00:00:00 2001 From: "clement.hector" Date: Tue, 26 Oct 2021 17:29:04 +0200 Subject: [PATCH] fix indent error --- openpype/plugins/publish/collect_anatomy_context_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpype/plugins/publish/collect_anatomy_context_data.py b/openpype/plugins/publish/collect_anatomy_context_data.py index 7d6482e911..96cf39cd2a 100644 --- a/openpype/plugins/publish/collect_anatomy_context_data.py +++ b/openpype/plugins/publish/collect_anatomy_context_data.py @@ -61,7 +61,7 @@ class CollectAnatomyContextData(pyblish.api.ContextPlugin): task_code = project_entity['config']['tasks'][task_type][ 'short_name'] else: - task_code = None + task_code = None context_data = { "project": {