fixed info message

This commit is contained in:
iLLiCiTiT 2021-04-14 11:42:43 +02:00
parent fa52f68903
commit 7fe88bdd7e

View file

@ -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"):