mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-06 14:53:53 +00:00
little changes (comment/todo)
This commit is contained in:
parent
bf7fdc189e
commit
b23cc40e4a
2 changed files with 2 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ class PluginManager:
|
|||
self._config = Config()
|
||||
self._pluginList = []
|
||||
|
||||
def getPluginList(self):
|
||||
def searchPluginDir(self):
|
||||
logging.debug("search for plugins in: %s", paths.PLUGIN_PATH)
|
||||
for name in os.listdir(paths.PLUGIN_PATH):
|
||||
location = os.path.join(paths.PLUGIN_PATH, name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue