mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
OP-3909 - fix wrong host variable
This commit is contained in:
parent
8502ea0139
commit
fbdb2336d8
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ class RenderCreator(Creator):
|
|||
|
||||
def remove_instances(self, instances):
|
||||
for instance in instances:
|
||||
self._host.remove_instance(instance)
|
||||
self.host.remove_instance(instance)
|
||||
self._remove_instance_from_context(instance)
|
||||
|
||||
def create(self, subset_name, data, pre_create_data):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue