mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
Fix verbose head not showing custom configs
This commit is contained in:
parent
e88d44c6ee
commit
7b38649845
1 changed files with 1 additions and 1 deletions
|
@ -1590,7 +1590,7 @@ def get_configs():
|
|||
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…
Reference in a new issue