mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
typo(pype): fixing typo in attribute
This commit is contained in:
parent
0a60e5fd5d
commit
44175bab45
1 changed files with 1 additions and 1 deletions
|
|
@ -644,7 +644,7 @@ def get_subsets(asset_name,
|
|||
|
||||
if len(repres_out) > 0:
|
||||
output_dict[subset["name"]] = {"version": version_sel,
|
||||
"representaions": repres_out}
|
||||
"representations": repres_out}
|
||||
|
||||
return output_dict
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue