mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
typo
This commit is contained in:
parent
ab4bc22616
commit
5fed85f647
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ def frames_to_timecode(frames, framerate):
|
|||
return otio.opentime.to_timecode(rt)
|
||||
|
||||
|
||||
def frames_to_secons(frames, framerate):
|
||||
def frames_to_seconds(frames, framerate):
|
||||
rt = otio.opentime.from_frames(frames, framerate)
|
||||
return otio.opentime.to_seconds(rt)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue