mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-04 15:33:16 +00:00
Correct indentation
This commit is contained in:
parent
75b5c590a8
commit
c76cb6d548
|
@ -315,11 +315,10 @@ def _find_term_columns():
|
||||||
commandLineConf = sys.argv[1:]
|
commandLineConf = sys.argv[1:]
|
||||||
argv = systemConf + userConf + commandLineConf
|
argv = systemConf + userConf + commandLineConf
|
||||||
opts, args = parser.parse_args(argv)
|
opts, args = parser.parse_args(argv)
|
||||||
|
if opts.verbose:
|
||||||
if opts.verbose:
|
print(u'[debug] System config: ' + repr(systemConf))
|
||||||
print(u'[debug] System config: ' + repr(systemConf))
|
print(u'[debug] User config: ' + repr(userConf))
|
||||||
print(u'[debug] User config: ' + repr(userConf))
|
print(u'[debug] Command-line args: ' + repr(commandLineConf))
|
||||||
print(u'[debug] Command-line args: ' + repr(commandLineConf))
|
|
||||||
|
|
||||||
return parser, opts, args
|
return parser, opts, args
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue