Added no cover comment for log line
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
parent
19657f6c58
commit
a0b2fac6e5
@ -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",
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user