missing expanduser in FrappyManager.config_dirs
+ start nicos with python3
This commit is contained in:
@ -61,7 +61,7 @@ class FrappyManager(ServiceManager):
|
||||
confdir = section.get('confdir', confdir)
|
||||
for cfgpath in confdir.split(os.pathsep):
|
||||
if cfgpath.endswith('<SERV>'):
|
||||
cfgpaths.append(cfgpath[:-6] + service)
|
||||
cfgpaths.append(expanduser(cfgpath[:-6] + service))
|
||||
else:
|
||||
scfg = join(cfgpath, service)
|
||||
if isdir(scfg):
|
||||
|
Reference in New Issue
Block a user