mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
don't return latest version
This commit is contained in:
parent
52c5424f2b
commit
d2edf3da74
1 changed files with 1 additions and 1 deletions
|
|
@ -589,7 +589,7 @@ class OpenPypeVersion(semver.VersionInfo):
|
|||
"""
|
||||
result = get_expected_studio_version_str(staging)
|
||||
if not result:
|
||||
return cls.get_latest_version(staging, False)
|
||||
return None
|
||||
return OpenPypeVersion(version=result)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue