fix argument

This commit is contained in:
Ondrej Samohel 2021-07-02 16:08:10 +02:00 committed by Ondrej Samohel
parent 8c034a9a68
commit 07a18a15b2
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -537,7 +537,7 @@ def _find_frozen_openpype(use_version: str = None,
_print("*** Still no luck finding OpenPype.")
_print(("*** We'll try to use the one coming "
"with OpenPype installation."))
version_path = _bootstrap_from_code(use_version)
version_path = _bootstrap_from_code(use_version, use_staging)
openpype_version = OpenPypeVersion(
version=BootstrapRepos.get_version(version_path),
path=version_path)