mirror of
https://github.com/craigerl/aprsd.git
synced 2025-08-01 13:12:26 -04:00
Don't use the dirname for the plugin path search
This commit is contained in:
parent
ec140995c2
commit
63079a817d
@ -98,7 +98,7 @@ class PluginManager(object):
|
|||||||
self.config = config
|
self.config = config
|
||||||
|
|
||||||
def load_plugins(self, module_path):
|
def load_plugins(self, module_path):
|
||||||
dir_path = os.path.dirname(os.path.realpath(module_path))
|
dir_path = os.path.realpath(module_path)
|
||||||
pattern = "*.py"
|
pattern = "*.py"
|
||||||
|
|
||||||
self.obj_list = []
|
self.obj_list = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user