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