summaryrefslogtreecommitdiff
path: root/pywal
diff options
context:
space:
mode:
authorLorenz Leitner <lorenz.leitner@student.tugraz.at>2019-03-15 10:34:45 +0100
committerLorenz Leitner <lorenz.leitner@student.tugraz.at>2019-03-15 10:34:45 +0100
commitbbc5a33394c024afe120c0959dd9cb8e01636321 (patch)
treea9d9c3ae2d8f95e57fc54bb8d0738e740641877c /pywal
parent44339e5f3e2bcbcbcafa8fe0332f89c118ba12a2 (diff)
Fix indentation
Diffstat (limited to 'pywal')
-rw-r--r--pywal/__main__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/__main__.py b/pywal/__main__.py
index b7a7aad..e38cb3f 100644
--- a/pywal/__main__.py
+++ b/pywal/__main__.py
@@ -165,7 +165,7 @@ def parse_args(parser):
if args.i:
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,
sat=args.saturate)