mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fix - removed wrong argument
Probably incorrectly merged from develop where it is already fixed.
This commit is contained in:
parent
681ff3ae0e
commit
48f06ba414
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue