mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Remove redundant comma
This commit is contained in:
parent
ad9e172e4a
commit
b7ee7669af
1 changed files with 1 additions and 1 deletions
|
|
@ -22,5 +22,5 @@ class CollectMayaSceneTime(pyblish.api.InstancePlugin):
|
|||
"frameStartHandle": cmds.playbackOptions(query=True,
|
||||
animationStartTime=True),
|
||||
"frameEndHandle": cmds.playbackOptions(query=True,
|
||||
animationEndTime=True),
|
||||
animationEndTime=True)
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue