Commit 9785e539 by James Cammarata

Fix typo in SharedObjectLoader field basedirs

parent 92707254
......@@ -44,7 +44,7 @@ class SharedPluginLoaderObj:
the forked processes over the queue easier
'''
def __init__(self):
self.basdirs = _basedirs[:]
self.basedirs = _basedirs[:]
self.filter_loader = filter_loader
self.lookup_loader = lookup_loader
self.module_loader = module_loader
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment