mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
updated function ards
This commit is contained in:
parent
ea80950b30
commit
4a2d28b1e1
1 changed files with 1 additions and 2 deletions
|
|
@ -97,8 +97,7 @@ def on_save(_):
|
|||
|
||||
avalon.logger.info("Running callback on save..")
|
||||
|
||||
nodes = lib.get_id_required_nodes(defaults=False,
|
||||
referenced_nodes=False)
|
||||
nodes = lib.get_id_required_nodes(referenced_nodes=False)
|
||||
|
||||
# Lead with asset ID from the database
|
||||
asset = os.environ["AVALON_ASSET"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue