mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
use direct comparison
This commit is contained in:
parent
cbac605989
commit
ef3068a4c2
1 changed files with 1 additions and 1 deletions
|
|
@ -442,7 +442,7 @@ def _load_addons_in_core(
|
|||
))
|
||||
continue
|
||||
|
||||
elif ext not in (".py", ):
|
||||
elif ext != ".py":
|
||||
continue
|
||||
|
||||
# TODO add more logic how to define if folder is addon or not
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue