misc: fix lint

This commit is contained in:
Dylan Araps 2019-09-27 20:36:52 +03:00
parent 609fab9bfb
commit 56c60ca2e6

View File

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