mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Always put src description on new line
This commit is contained in:
parent
a83ebe3c8d
commit
1be1a30b38
1 changed files with 1 additions and 1 deletions
|
|
@ -1385,7 +1385,7 @@ class ProjectPushItemProcess:
|
|||
src_author = src_version_entity["author"]
|
||||
version_url = f"{ayon_api.get_base_url()}/projects/{src_project_name}/products?project={src_project_name}&type=version&id={src_version_id}" # noqa: E501
|
||||
description = (
|
||||
f"Version copied from from {version_url} "
|
||||
f"\n\nVersion copied from from {version_url} "
|
||||
f"created by '{src_author}', "
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue