mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix settings path
This commit is contained in:
parent
3912b066aa
commit
6f8af3f65e
1 changed files with 2 additions and 2 deletions
|
|
@ -837,8 +837,8 @@ class ProjectPushItemProcess:
|
|||
self._status.set_failed(
|
||||
"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}`."
|
||||
" <b>ayon+settings://core/tools/creator/product_name_profiles"
|
||||
f"?project={self._item.dst_project_name}</b>."
|
||||
)
|
||||
raise PushToProjectError(self._status.fail_reason)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue