Added no cover comment for log line

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
Lukas Metzger 2024-09-07 18:33:36 +02:00 committed by GitHub
parent 19657f6c58
commit a0b2fac6e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -244,7 +244,7 @@ class BarcodePlugin(ConsumeTaskPlugin):
else settings.CONSUMER_BARCODE_MAX_PAGES else settings.CONSUMER_BARCODE_MAX_PAGES
) )
if barcode_max_pages < num_of_pages: if barcode_max_pages < num_of_pages: # pragma: no cover
logger.debug( logger.debug(
f"Barcodes detection will be limited to the first {barcode_max_pages} pages", f"Barcodes detection will be limited to the first {barcode_max_pages} pages",
) )