mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +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:
|
||||
self._status.set_failed(
|
||||
"Product name template requires task name."
|
||||
" Please select target task to continue."
|
||||
"Target product name template requires task name. 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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue