Remove logline span
This commit is contained in:
parent
5bfdb51676
commit
d914f64797
@ -236,7 +236,6 @@ class Config(confini.Config):
|
|||||||
if existing_r == None or r != None:
|
if existing_r == None or r != None:
|
||||||
config.add(r, v, exists_ok=True)
|
config.add(r, v, exists_ok=True)
|
||||||
|
|
||||||
logg.debug('>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>' + str(getattr(args, 'dumpconfig')))
|
|
||||||
if getattr(args, 'dumpconfig', None):
|
if getattr(args, 'dumpconfig', None):
|
||||||
config_keys = config.all()
|
config_keys = config.all()
|
||||||
with_values = not config.get('_RAW')
|
with_values = not config.get('_RAW')
|
||||||
|
Loading…
Reference in New Issue
Block a user