Fix copy-paste typo in shell.py
This commit is contained in:
parent
bd4173eb1f
commit
fb00a9586b
|
@ -62,6 +62,6 @@ def finish_args(args):
|
||||||
if args.config:
|
if args.config:
|
||||||
args.config = mergeargs((parsedotval(v) for v in args.config))
|
args.config = mergeargs((parsedotval(v) for v in args.config))
|
||||||
if args.theme_option:
|
if args.theme_option:
|
||||||
args.theme_option = mergeargs((parsedotval(v) for v in args.config))
|
args.theme_option = mergeargs((parsedotval(v) for v in args.theme_option))
|
||||||
else:
|
else:
|
||||||
args.theme_option = {}
|
args.theme_option = {}
|
||||||
|
|
Loading…
Reference in New Issue