mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 06:12:19 +01:00
print message to user if nothing to change
This commit is contained in:
parent
0af1b5846c
commit
31d77932ed
1 changed files with 1 additions and 0 deletions
|
|
@ -835,6 +835,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.")
|
||||
return
|
||||
|
||||
message = "\n".join(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue