misc: fix lint

This commit is contained in:
Dylan Araps 2019-09-27 20:36:04 +03:00
parent 426768e77b
commit 609fab9bfb

View File

@ -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)