mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
Print the ZScript being run for debugging into the console
This commit is contained in:
parent
17f13595f1
commit
4ecab1cd43
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ def execute_zscript(zscript, communicator=None):
|
|||
"""
|
||||
if not communicator:
|
||||
communicator = CommunicationWrapper.communicator
|
||||
print(f"Executing ZScript: {zscript}")
|
||||
return communicator.execute_zscript(zscript)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue