mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
add more information about where ftrack service is storing versions or where is looking for versions
This commit is contained in:
parent
a9a5f7144b
commit
d076de0d07
1 changed files with 11 additions and 0 deletions
|
|
@ -7,6 +7,8 @@ import signal
|
|||
import socket
|
||||
import datetime
|
||||
|
||||
import appdirs
|
||||
|
||||
import ftrack_api
|
||||
from openpype_modules.ftrack.ftrack_server.ftrack_server import FtrackServer
|
||||
from openpype_modules.ftrack.ftrack_server.lib import (
|
||||
|
|
@ -253,6 +255,15 @@ class StatusFactory:
|
|||
)
|
||||
})
|
||||
|
||||
items.append({
|
||||
"type": "label",
|
||||
"value": (
|
||||
"Local versions dir: {}<br/>Version repository path: {}"
|
||||
).format(
|
||||
appdirs.user_data_dir("openpype", "pypeclub"),
|
||||
os.environ.get("OPENPYPE_PATH")
|
||||
)
|
||||
})
|
||||
items.append({"type": "label", "value": "---"})
|
||||
|
||||
return items
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue