mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-09 09:58:20 -05:00
fixes #300
This commit is contained in:
parent
34a06435cf
commit
81dee38e4a
@ -24,6 +24,7 @@ RUN apt-get update \
|
|||||||
libqpdf-dev \
|
libqpdf-dev \
|
||||||
libxml2 \
|
libxml2 \
|
||||||
libxslt1-dev \
|
libxslt1-dev \
|
||||||
|
mime-support \
|
||||||
optipng \
|
optipng \
|
||||||
pngquant \
|
pngquant \
|
||||||
qpdf \
|
qpdf \
|
||||||
|
@ -46,7 +46,7 @@ def _consume(filepath):
|
|||||||
return
|
return
|
||||||
|
|
||||||
if not is_file_ext_supported(os.path.splitext(filepath)[1]):
|
if not is_file_ext_supported(os.path.splitext(filepath)[1]):
|
||||||
logger.debug(
|
logger.warning(
|
||||||
f"Not consuming file {filepath}: Unknown file extension.")
|
f"Not consuming file {filepath}: Unknown file extension.")
|
||||||
return
|
return
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user