mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Renamed variable
This commit is contained in:
parent
0e582c7d5f
commit
03e3b29597
1 changed files with 3 additions and 3 deletions
|
|
@ -310,9 +310,9 @@ def discover_loader_plugins(project_name=None):
|
|||
),
|
||||
exc_info=True,
|
||||
)
|
||||
for hookCls in hooks:
|
||||
if hookCls.is_compatible(plugin):
|
||||
hook_loader_load(plugin, hookCls())
|
||||
for hook_cls in hooks:
|
||||
if hook_cls.is_compatible(plugin):
|
||||
hook_loader_load(plugin, hook_cls())
|
||||
return plugins
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue