fix zlib-check error message
Signed-off-by: tastytea <tastytea@tastytea.de>
This commit is contained in:
parent
d9ade4ba6e
commit
334931af21
|
@ -27,7 +27,7 @@ if not check_codec("jpg"):
|
||||||
if not check_codec("zlib"):
|
if not check_codec("zlib"):
|
||||||
raise Exception(
|
raise Exception(
|
||||||
"FATAL: zip codec not supported. Install pillow correctly! "
|
"FATAL: zip codec not supported. Install pillow correctly! "
|
||||||
" 'sudo apt-get install libjpeg-dev' then 'pip uninstall pillow &&"
|
" 'sudo apt-get install zlib1g-dev' then 'pip uninstall pillow &&"
|
||||||
" pip install pillow --user'"
|
" pip install pillow --user'"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue