fix TODO function

This commit is contained in:
Jakub Trllo 2024-04-02 16:12:47 +02:00 committed by GitHub
parent 89c477dce7
commit 630621433b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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()
),