mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix TODO function
This commit is contained in:
parent
89c477dce7
commit
630621433b
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ class PrecollectWorkfile(pyblish.api.ContextPlugin):
|
|||
folder_path, product_type),
|
||||
"name": "{}_{}".format(folder_name, product_type),
|
||||
"folderPath": folder_path,
|
||||
# TODO use 'get_subset_name'
|
||||
# TODO use 'get_product_name'
|
||||
"productName": "{}{}Main".format(
|
||||
folder_name, product_type.capitalize()
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue