mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fix typo in data key and update variable name.
- Corrected a typo in a data key from "folferPath" to "folderPath". - Updated the variable name from "asset" to "asset_name".
This commit is contained in:
parent
229bd07396
commit
e145b33476
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ class PrecollectInstances(pyblish.api.ContextPlugin):
|
|||
if not self.test_any_audio(item):
|
||||
return
|
||||
|
||||
asset = data["folferPath"]
|
||||
asset = data["folderPath"]
|
||||
asset_name = data["asset_name"]
|
||||
|
||||
# insert family into families
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue