mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 14:22:37 +01:00
fix convertor creation
This commit is contained in:
parent
cff9990c6f
commit
24ebd76bd9
1 changed files with 1 additions and 3 deletions
|
|
@ -1195,9 +1195,7 @@ class CreateContext:
|
|||
))
|
||||
continue
|
||||
|
||||
legacy_convertors[convertor_identifier] = (
|
||||
convertor_identifier(self)
|
||||
)
|
||||
legacy_convertors[convertor_identifier] = convertor_class(self)
|
||||
|
||||
self.legacy_convertors = legacy_convertors
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue