mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix(ftrack): thumbnail event syntax error
This commit is contained in:
parent
e2669dde7d
commit
a6daff37ee
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ class ThumbnailEvents(BaseEvent):
|
|||
|
||||
if task:
|
||||
task['thumbnail_id'] = version['thumbnail_id']
|
||||
msg += " and task [ {} ]".format(task["name"]))
|
||||
msg += " and task [ {} ]".format(task["name"])
|
||||
|
||||
self.log.info(msg)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue