mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-06-10 19:56:40 +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:
|
||||
break
|
||||
|
||||
elif i == 10:
|
||||
if i == 10:
|
||||
logging.error("ColorThief couldn't generate a suitable palette.")
|
||||
sys.exit(1)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user