mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added comment
This commit is contained in:
parent
4e31241c17
commit
1bacea2d65
1 changed files with 2 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue