mirror of
https://github.com/fergalmoran/picard.git
synced 2026-03-02 11:33:59 +00:00
Merge pull request #258 from Sophist-UK/sophist_fix_minor_bugette_in_plugins
Possible minor bugette in plugin.py
This commit is contained in:
@@ -61,7 +61,7 @@ class ExtensionPoint(object):
|
||||
_extension_points.append(self)
|
||||
|
||||
def register(self, module, item):
|
||||
if module.startswith("picard.plugins"):
|
||||
if module.startswith("picard.plugins."):
|
||||
module = module[15:]
|
||||
else:
|
||||
module = None
|
||||
|
||||
Reference in New Issue
Block a user