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