mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +01:00
update printed message
This commit is contained in:
parent
c6b370be9a
commit
8f0b182759
1 changed files with 1 additions and 1 deletions
|
|
@ -826,7 +826,7 @@ def update_houdini_vars_context_dialog():
|
|||
update_vars = get_context_var_changes()
|
||||
if not update_vars:
|
||||
# Nothing to change
|
||||
print("Nothing to change, Houdini Vars are up to date.")
|
||||
print("Nothing to change, Houdini vars are already up to date.")
|
||||
return
|
||||
|
||||
message = "\n".join(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue