mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Merge branch 'master' into develop
This commit is contained in:
commit
dda6291014
1 changed files with 1 additions and 1 deletions
|
|
@ -1995,7 +1995,7 @@ class SyncEntitiesFactory:
|
|||
vis_par = ent["data"]["visualParent"]
|
||||
if (
|
||||
vis_par is not None and
|
||||
str(vis_par) in self.deleted_entities
|
||||
str(vis_par) in _deleted_entities
|
||||
):
|
||||
continue
|
||||
_ready.append(mongo_id)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue