mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fixed info message
This commit is contained in:
parent
fa52f68903
commit
7fe88bdd7e
1 changed files with 3 additions and 1 deletions
4
start.py
4
start.py
|
|
@ -676,7 +676,9 @@ def get_info() -> list:
|
|||
inf.append(("OpenPype variant", "staging"))
|
||||
else:
|
||||
inf.append(("OpenPype variant", "production"))
|
||||
inf.append(("Running OpenPype from", os.environ.get('OPENPYPE_ROOT')))
|
||||
inf.append(
|
||||
("Running OpenPype from", os.environ.get('OPENPYPE_REPOS_ROOT'))
|
||||
)
|
||||
inf.append(("Using mongodb", components["host"]))
|
||||
|
||||
if os.environ.get("FTRACK_SERVER"):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue