mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
added openpype executable to main process info
This commit is contained in:
parent
ce379e3cb4
commit
01a3e96b72
1 changed files with 1 additions and 1 deletions
|
|
@ -237,13 +237,13 @@ def main_loop(ftrack_url):
|
||||||
statuser_thread=statuser_thread
|
statuser_thread=statuser_thread
|
||||||
)
|
)
|
||||||
|
|
||||||
system_name, pc_name = platform.uname()[:2]
|
|
||||||
host_name = socket.gethostname()
|
host_name = socket.gethostname()
|
||||||
main_info = [
|
main_info = [
|
||||||
["created_at", datetime.datetime.now().strftime("%Y.%m.%d %H:%M:%S")],
|
["created_at", datetime.datetime.now().strftime("%Y.%m.%d %H:%M:%S")],
|
||||||
["Username", getpass.getuser()],
|
["Username", getpass.getuser()],
|
||||||
["Host Name", host_name],
|
["Host Name", host_name],
|
||||||
["Host IP", socket.gethostbyname(host_name)],
|
["Host IP", socket.gethostbyname(host_name)],
|
||||||
|
["OpenPype executable", get_pype_execute_args()[-1]],
|
||||||
["OpenPype version", get_openpype_version() or "N/A"],
|
["OpenPype version", get_openpype_version() or "N/A"],
|
||||||
["OpenPype build version", get_build_version() or "N/A"]
|
["OpenPype build version", get_build_version() or "N/A"]
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue