change new line char with br/ html tag

This commit is contained in:
Jakub Trllo 2022-04-06 16:25:27 +02:00
parent 2a3460e0fa
commit 2e9b7325e4

View file

@ -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: