Fix indentation

This commit is contained in:
Lorenz Leitner 2019-03-15 10:34:45 +01:00
parent 44339e5f3e
commit bbc5a33394

View File

@ -165,7 +165,7 @@ def parse_args(parser):
if args.i: if args.i:
image_file = image.get(args.i, iterative=args.iterative, image_file = image.get(args.i, iterative=args.iterative,
recursive=args.recursive) recursive=args.recursive)
colors_plain = colors.get(image_file, args.l, args.backend, colors_plain = colors.get(image_file, args.l, args.backend,
sat=args.saturate) sat=args.saturate)