mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix argument
This commit is contained in:
parent
8c034a9a68
commit
07a18a15b2
1 changed files with 1 additions and 1 deletions
2
start.py
2
start.py
|
|
@ -537,7 +537,7 @@ def _find_frozen_openpype(use_version: str = None,
|
||||||
_print("*** Still no luck finding OpenPype.")
|
_print("*** Still no luck finding OpenPype.")
|
||||||
_print(("*** We'll try to use the one coming "
|
_print(("*** We'll try to use the one coming "
|
||||||
"with OpenPype installation."))
|
"with OpenPype installation."))
|
||||||
version_path = _bootstrap_from_code(use_version)
|
version_path = _bootstrap_from_code(use_version, use_staging)
|
||||||
openpype_version = OpenPypeVersion(
|
openpype_version = OpenPypeVersion(
|
||||||
version=BootstrapRepos.get_version(version_path),
|
version=BootstrapRepos.get_version(version_path),
|
||||||
path=version_path)
|
path=version_path)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue