mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
change registering logs
This commit is contained in:
parent
cadd5d1e5d
commit
91c461a1f7
2 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ def openpype_install():
|
|||
"""Registering OpenPype in context
|
||||
"""
|
||||
install_host(opfapi)
|
||||
print("Avalon registered hosts: {}".format(registered_host()))
|
||||
print("Registered host: {}".format(registered_host()))
|
||||
|
||||
|
||||
# Exception handler
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ def main(env):
|
|||
# activate resolve from pype
|
||||
install_host(api)
|
||||
|
||||
log.info(f"Avalon registered hosts: {registered_host()}")
|
||||
log.info(f"Registered host: {registered_host()}")
|
||||
|
||||
menu.launch_openpype_menu()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue