Fix verbose head not showing custom configs

pull/1253/head
pukkandan 2021-10-11 20:21:04 +05:30
rodzic e88d44c6ee
commit 7b38649845
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0F00D95A001F4698
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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