mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Removed hard fail, unnecessary
This commit is contained in:
parent
ca7162fb4b
commit
04322ef94d
1 changed files with 1 additions and 5 deletions
|
|
@ -1020,11 +1020,7 @@ class ProjectPushItemProcess:
|
|||
src_task = ayon_api.get_task_by_id(
|
||||
self._item.src_project_name, src_version_entity["taskId"]
|
||||
)
|
||||
if not src_task:
|
||||
self._status.set_failed(
|
||||
f"No task selected and couldn't find source task"
|
||||
)
|
||||
raise PushToProjectError(self._status.fail_reason)
|
||||
|
||||
return src_task
|
||||
|
||||
def _integrate_representations(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue