bug fix
This commit is contained in:
parent
8ae8ebaa1e
commit
f291c689a8
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ class AppConfigParser(ConfigParser.SafeConfigParser):
|
|||
self.read_path(os.path.abspath(p))
|
||||
ConfigParser.SafeConfigParser.read(self, path)
|
||||
if include:
|
||||
self.remove_option(self.appname, 'include_config')
|
||||
self.remove_option('edbob', 'include_config')
|
||||
self.paths_loaded.append(path)
|
||||
log.info("Read config file: %s" % path)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue