mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-30 12:42:30 +01:00
CLI debug conf locations.
This commit is contained in:
parent
1b4fc022ff
commit
870fce58c4
1 changed files with 2 additions and 1 deletions
|
|
@ -532,7 +532,8 @@ def get_configuration(url,
|
|||
if options.configfile:
|
||||
conflist.extend(options.configfile)
|
||||
|
||||
configuration.read(conflist)
|
||||
logger.debug("confs list:%s"%conflist)
|
||||
logger.debug("read confs:%s"%configuration.read(conflist))
|
||||
|
||||
try:
|
||||
configuration.add_section('overrides')
|
||||
|
|
|
|||
Loading…
Reference in a new issue