mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
pop applicaitons from data
This commit is contained in:
parent
834aa9c405
commit
f4e11d69e3
1 changed files with 1 additions and 1 deletions
|
|
@ -1140,7 +1140,7 @@ class SyncEntitiesFactory:
|
|||
proj_schema = entity["project_schema"]
|
||||
task_types = proj_schema["_task_type_schema"]["types"]
|
||||
proj_apps, warnings = get_project_apps(
|
||||
(data.get("applications") or [])
|
||||
data.pop("applications", [])
|
||||
)
|
||||
for msg, items in warnings.items():
|
||||
if not msg or not items:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue