mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
formatting keys fix
This commit is contained in:
parent
248f722a1e
commit
d00eec81d4
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ class CollectInstances(pyblish.api.ContextPlugin):
|
|||
# Create nice name if the instance has a frame range.
|
||||
label = data.get("name", node.name())
|
||||
if "frameStart" in data and "frameEnd" in data:
|
||||
frames = "[{startFrame} - {endFrame}]".format(**data)
|
||||
frames = "[{frameStart} - {frameEnd}]".format(**data)
|
||||
label = "{} {}".format(label, frames)
|
||||
|
||||
instance = context.create_instance(label)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue