mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Update usage of renamed _get_dst_folder_type
This commit is contained in:
parent
c50406a279
commit
0bade2d940
1 changed files with 2 additions and 2 deletions
|
|
@ -703,13 +703,13 @@ class ProjectPushItemProcess:
|
|||
folder_label = folder_name
|
||||
|
||||
src_folder_type = src_folder_entity["folderType"]
|
||||
self._check_src_folder_type(
|
||||
dst_folder_type = self._get_dst_folder_type(
|
||||
project_entity,
|
||||
src_folder_type
|
||||
)
|
||||
folder_entity = new_folder_entity(
|
||||
folder_name,
|
||||
src_folder_type,
|
||||
dst_folder_type,
|
||||
parent_id=parent_id,
|
||||
attribs=new_folder_attrib
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue