mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix super call in class method
This commit is contained in:
parent
8a804ce991
commit
0ba8d7e645
1 changed files with 1 additions and 1 deletions
|
|
@ -657,7 +657,7 @@ class Loader(LoaderPlugin):
|
|||
|
||||
@classmethod
|
||||
def apply_settings(cls, project_settings):
|
||||
super(Loader, cls).apply_settings(project_settings)
|
||||
LoaderPlugin.apply_settings(cls, project_settings)
|
||||
cls.load_settings = project_settings['maya']['load']
|
||||
|
||||
def get_custom_namespace_and_group(self, context, options, loader_key):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue