use direct comparison

This commit is contained in:
Jakub Trllo 2024-06-10 15:28:32 +02:00
parent cbac605989
commit ef3068a4c2

View file

@ -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