mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
typo fix in collect templates
This commit is contained in:
parent
908f988795
commit
40aa0c2f5b
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ class CollectTemplates(pyblish.api.InstancePlugin):
|
|||
"subset": subset_name,
|
||||
"version": version_number,
|
||||
"hierarchy": hierarchy.replace("\\", "/"),
|
||||
"representation": "TEMP")}
|
||||
"representation": "TEMP"}
|
||||
|
||||
# Add datetime data to template data
|
||||
datetime_data = context.data.get("datetimeData") or {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue