OP-2765 - removed obsolete code

Replaced lower by get_subset_name_with_asset_doc
This commit is contained in:
Petr Kalis 2022-04-22 12:37:52 +02:00
parent e5b6105476
commit 01e045d9ab

View file

@ -42,10 +42,6 @@ class CollectWorkfile(pyblish.api.ContextPlugin):
asset_entity = context.data["assetEntity"]
project_entity = context.data["projectEntity"]
# workfile instance
family = "workfile"
subset = family + task.capitalize() # TOOD use method
instance_data = {
"asset": asset_entity["name"],
"task": task,