mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
use get_subset_name_with_asset_doc in creator
This commit is contained in:
parent
b87f7ba669
commit
8f5e3eaa3d
1 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ from abc import (
|
|||
)
|
||||
import six
|
||||
|
||||
from openpype.lib import get_subset_name
|
||||
from openpype.lib import get_subset_name_with_asset_doc
|
||||
|
||||
|
||||
class CreatorError(Exception):
|
||||
|
|
@ -150,7 +150,7 @@ class BaseCreator:
|
|||
variant, task_name, asset_doc, project_name, host_name
|
||||
)
|
||||
|
||||
return get_subset_name(
|
||||
return get_subset_name_with_asset_doc(
|
||||
self.family,
|
||||
variant,
|
||||
task_name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue