mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix OPENPYPE_ROOT usage
This commit is contained in:
parent
712d4c72ab
commit
313382f2fb
1 changed files with 2 additions and 2 deletions
4
start.py
4
start.py
|
|
@ -931,11 +931,11 @@ def _boot_print_versions(use_staging, local_version, openpype_root):
|
|||
else:
|
||||
_print("--- This will list only staging versions detected.")
|
||||
_print(" To see other version, omit --use-staging argument.")
|
||||
_openpype_root = OPENPYPE_ROOT
|
||||
|
||||
openpype_versions = bootstrap.find_openpype(include_zips=True,
|
||||
staging=use_staging)
|
||||
if getattr(sys, 'frozen', False):
|
||||
local_version = bootstrap.get_version(Path(_openpype_root))
|
||||
local_version = bootstrap.get_version(Path(openpype_root))
|
||||
else:
|
||||
local_version = OpenPypeVersion.get_installed_version_str()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue