mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
AY-4801-updated variable name
Old 'path' clashed in output of instance attributes in Publisher.
This commit is contained in:
parent
a1d310fad0
commit
b55ed2e786
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ class CollectEditorialPackage(pyblish.api.InstancePlugin):
|
|||
families = ["editorial_pckg"]
|
||||
|
||||
def process(self, instance):
|
||||
folder_path = instance.data["creator_attributes"].get("path")
|
||||
folder_path = instance.data["creator_attributes"]["folder_path"]
|
||||
if not folder_path or not os.path.exists(folder_path):
|
||||
self.log.info((
|
||||
"Instance doesn't contain collected existing folder path."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue