mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
♻️ change logic
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
ed9b25236e
commit
1665ceff78
1 changed files with 1 additions and 1 deletions
2
start.py
2
start.py
|
|
@ -1051,7 +1051,7 @@ def boot():
|
|||
|
||||
if "validate" in commands:
|
||||
valid = _boot_validate_versions(use_version, local_version)
|
||||
sys.exit(1 if not valid else 0)
|
||||
sys.exit(0 if valid else 1)
|
||||
|
||||
if not openpype_path:
|
||||
_print("*** Cannot get OpenPype path from database.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue