added comment

This commit is contained in:
Jakub Trllo 2024-03-28 12:01:51 +01:00
parent 4e31241c17
commit 1bacea2d65

View file

@ -345,6 +345,8 @@ def _load_ayon_core_addons_dir(
imported_modules = []
# Make sure that addons which already have client code are not loaded
# from core again, with older code
filtered_paths = []
for name in os.listdir(addons_dir):
if name in ignore_addon_names: