mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
better message
This commit is contained in:
parent
4010183250
commit
69cbbeb6a7
1 changed files with 4 additions and 2 deletions
|
|
@ -835,8 +835,10 @@ class ProjectPushItemProcess:
|
||||||
)
|
)
|
||||||
except TaskNotSetError:
|
except TaskNotSetError:
|
||||||
self._status.set_failed(
|
self._status.set_failed(
|
||||||
"Product name template requires task name."
|
"Target product name template requires task name. To continue"
|
||||||
" Please select target task to continue."
|
" you have to select target task or change settings"
|
||||||
|
" `ayon+settings://core/tools/publish/template_name_profiles"
|
||||||
|
f"?project={self._item.dst_project_name}`."
|
||||||
)
|
)
|
||||||
raise PushToProjectError(self._status.fail_reason)
|
raise PushToProjectError(self._status.fail_reason)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue