mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
added log
This commit is contained in:
parent
60f1fa8961
commit
ec3eaeb751
1 changed files with 5 additions and 0 deletions
|
|
@ -243,6 +243,11 @@ class TrayManager:
|
|||
project_bundle = os.getenv("AYON_BUNDLE_NAME")
|
||||
studio_bundle = os.getenv("AYON_STUDIO_BUNDLE_NAME")
|
||||
if studio_bundle and project_bundle != studio_bundle:
|
||||
self.log.info(
|
||||
f"Project bundle '{project_bundle}' is defined, but tray"
|
||||
" cannot be running in project scope. Restarting tray to use"
|
||||
" studio bundle."
|
||||
)
|
||||
self.restart()
|
||||
|
||||
def get_services_submenu(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue