mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
change new line char with br/ html tag
This commit is contained in:
parent
2a3460e0fa
commit
2e9b7325e4
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ class IntegrateFtrackNote(pyblish.api.InstancePlugin):
|
|||
"host_name": host_name,
|
||||
"app_name": app_name,
|
||||
"app_label": app_label,
|
||||
"published_paths": "\n".join(sorted(published_paths)),
|
||||
"published_paths": "<br/>".join(sorted(published_paths)),
|
||||
}
|
||||
comment = template.format(**format_data)
|
||||
if not comment:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue