mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fix lint.
This commit is contained in:
parent
863c6f5187
commit
f6547264fb
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ class CollectHierarchy(pyblish.api.ContextPlugin):
|
|||
"resolutionWidth": instance.data["resolutionWidth"],
|
||||
"resolutionHeight": instance.data["resolutionHeight"],
|
||||
"pixelAspect": instance.data["pixelAspect"],
|
||||
}
|
||||
}
|
||||
|
||||
# Split by '/' for AYON where asset is a path
|
||||
name = instance.data["folderPath"].split("/")[-1]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue