mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Merge branch 'enhancement/YN-0132_create_source_task_if_no_selected' of https://github.com/ynput/ayon-core into enhancement/YN-0132_create_source_task_if_no_selected
This commit is contained in:
commit
e75a8a90e2
1 changed files with 2 additions and 0 deletions
|
|
@ -1037,6 +1037,8 @@ class ProjectPushItemProcess:
|
|||
|
||||
def _get_src_task_info(self):
|
||||
src_version_entity = self._src_version_entity
|
||||
if not src_version_entity["taskId"]:
|
||||
return None
|
||||
src_task = ayon_api.get_task_by_id(
|
||||
self._item.src_project_name, src_version_entity["taskId"]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue