mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Ruff
This commit is contained in:
parent
2bd5418cae
commit
dc987ed64f
1 changed files with 2 additions and 2 deletions
|
|
@ -847,8 +847,8 @@ class ProjectPushItemProcess:
|
||||||
except TaskNotSetError:
|
except TaskNotSetError:
|
||||||
self._status.set_failed(
|
self._status.set_failed(
|
||||||
"Target product name template requires task name. To "
|
"Target product name template requires task name. To "
|
||||||
"continue you have to select target task or change settings "
|
"continue you have to select target task or change settings " # noqa: E501
|
||||||
" <b>ayon+settings://core/tools/creator/product_name_profiles"
|
" <b>ayon+settings://core/tools/creator/product_name_profiles" # noqa: E501
|
||||||
f"?project={self._item.dst_project_name}</b>."
|
f"?project={self._item.dst_project_name}</b>."
|
||||||
)
|
)
|
||||||
raise PushToProjectError(self._status.fail_reason)
|
raise PushToProjectError(self._status.fail_reason)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue