From 48f06ba414f33f028d7cfbab6eef4fdf261137df Mon Sep 17 00:00:00 2001 From: Petr Kalis Date: Wed, 12 Jul 2023 18:01:50 +0200 Subject: [PATCH] Fix - removed wrong argument Probably incorrectly merged from develop where it is already fixed. --- openpype/modules/deadline/abstract_submit_deadline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpype/modules/deadline/abstract_submit_deadline.py b/openpype/modules/deadline/abstract_submit_deadline.py index d9d250fe9e..3fa427204b 100644 --- a/openpype/modules/deadline/abstract_submit_deadline.py +++ b/openpype/modules/deadline/abstract_submit_deadline.py @@ -433,7 +433,7 @@ class AbstractSubmitDeadline(pyblish.api.InstancePlugin, file_path = None if self.use_published: if not self.import_reference: - file_path = self.from_published_scene(context) + file_path = self.from_published_scene() else: self.log.info("use the scene with imported reference for rendering") # noqa file_path = context.data["currentFile"]