mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Fix wrong key
This commit is contained in:
parent
3a52484460
commit
0b6e171558
1 changed files with 1 additions and 1 deletions
|
|
@ -975,7 +975,7 @@ def get_outdated_containers(
|
||||||
for container in filter_containers(containers, project_name).outdated:
|
for container in filter_containers(containers, project_name).outdated:
|
||||||
if (
|
if (
|
||||||
not ignore_locked_versions
|
not ignore_locked_versions
|
||||||
and container.get("locked_version") is True
|
and container.get("version_locked") is True
|
||||||
):
|
):
|
||||||
continue
|
continue
|
||||||
outdated_containers.append(container)
|
outdated_containers.append(container)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue