mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	fixes #300
This commit is contained in:
		@@ -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
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user