mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
make sure get max version is integer
This commit is contained in:
parent
32820f4bfa
commit
6d04bcd7ac
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ class ExtractReviewAnimation(publish.Extractor):
|
|||
" '%s' to '%s'" % (filename, staging_dir))
|
||||
|
||||
review_camera = instance.data["review_camera"]
|
||||
if get_max_version() >= 2024:
|
||||
if int(get_max_version()) >= 2024:
|
||||
with viewport_setup_updated(review_camera):
|
||||
preview_arg = set_preview_arg(
|
||||
instance, filepath, start, end, fps)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue