mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
move setting environments after PYPE_MONGO is set
This commit is contained in:
parent
2816f50473
commit
87e463ab6c
1 changed files with 2 additions and 1 deletions
3
pype.py
3
pype.py
|
|
@ -113,7 +113,7 @@ def boot():
|
|||
"""
|
||||
|
||||
print(art)
|
||||
set_environments()
|
||||
|
||||
# find pype versions
|
||||
bootstrap = BootstrapRepos()
|
||||
pype_versions = bootstrap.find_pype()
|
||||
|
|
@ -139,6 +139,7 @@ def boot():
|
|||
else:
|
||||
os.environ["PYPE_MONGO"] = pype_mongo
|
||||
|
||||
set_environments()
|
||||
if getattr(sys, 'frozen', False):
|
||||
if not pype_versions:
|
||||
import igniter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue