@@ -54,7 +54,6 @@ class PluginsThroughFilesystem(PluginsThroughConfiguration):
|
|||||||
# Skip __init__.py and other non-plugin files
|
# Skip __init__.py and other non-plugin files
|
||||||
if not MODULE_NAME_RE.match(filename.stem):
|
if not MODULE_NAME_RE.match(filename.stem):
|
||||||
continue
|
continue
|
||||||
cls.get(filename.stem)
|
|
||||||
|
|
||||||
# Skip this file
|
# Skip this file
|
||||||
if filename == CURRENT_FILE:
|
if filename == CURRENT_FILE:
|
||||||
|
|||||||
Reference in New Issue
Block a user