Fix verbose head not showing custom configs

pull/1253/head
pukkandan 3 years ago
parent e88d44c6ee
commit 7b38649845
No known key found for this signature in database
GPG Key ID: 0F00D95A001F4698

@ -1590,7 +1590,7 @@ def parseOpts(overrideArguments=None):
parser.error('config-location %s does not exist.' % location)
config = _readOptions(location, default=None)
if config:
configs['custom'], paths['config'] = config, location
configs['custom'], paths['custom'] = config, location
if opts.ignoreconfig:
return

Loading…
Cancel
Save