mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
fixed variable name
This commit is contained in:
parent
8f5e3eaa3d
commit
49765d24a5
1 changed files with 1 additions and 1 deletions
|
|
@ -939,7 +939,7 @@ class CreateContext:
|
|||
self._bulk_instances_to_process.append(instance)
|
||||
|
||||
def creator_removed_instance(self, instance):
|
||||
self._instance.pop(instance.id, None)
|
||||
self._instances_by_id.pop(instance.id, None)
|
||||
|
||||
@contextmanager
|
||||
def bulk_instances_collection(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue