mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-06-19 17:19:08 +02:00
misc: fix lint
This commit is contained in:
parent
609fab9bfb
commit
56c60ca2e6
@ -43,7 +43,7 @@ def gen_colors(img):
|
|||||||
if len(raw_colors) > 16:
|
if len(raw_colors) > 16:
|
||||||
break
|
break
|
||||||
|
|
||||||
elif i == 19:
|
if i == 19:
|
||||||
logging.error("Imagemagick couldn't generate a suitable palette.")
|
logging.error("Imagemagick couldn't generate a suitable palette.")
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user