mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fix check inventory
This commit is contained in:
parent
1a15dc78ce
commit
4ccc052f83
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ def check_inventory():
|
|||
for container in outdated_containers:
|
||||
if container["loader"] == "ImageSequenceLoader":
|
||||
outdated_nodes.append(
|
||||
harmony.find_node_by_name(container["name"]), "READ"
|
||||
harmony.find_node_by_name(container["name"], "READ")
|
||||
)
|
||||
harmony.send({"function": func, "args": [outdated_nodes]})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue