need to build rclconfig as a confstack of conftrees
This commit is contained in:
parent
cfe2cfe56d
commit
367d5247fc
@ -164,7 +164,7 @@ class RclConfig:
|
||||
self.cdirs = [self.confdir,]
|
||||
self.cdirs.append(os.path.join(self.datadir, "examples"))
|
||||
#print self.cdirs
|
||||
self.config = ConfStack("recoll.conf", self.cdirs)
|
||||
self.config = ConfStack("recoll.conf", self.cdirs, "tree")
|
||||
self.keydir = ''
|
||||
|
||||
def getConfDir(self):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user