Change 32-bit message from error to warning

This commit is contained in:
James R. Barlow
2023-09-26 20:03:06 -07:00
parent 10530a8698
commit c8e6f20f8d
+1 -1
View File
@@ -44,7 +44,7 @@ log = logging.getLogger(__name__)
def check_platform() -> None:
if sys.maxsize <= 2**32: # pragma: no cover
log.error(
log.warning(
"You are running OCRmyPDF in a 32-bit (x86) Python interpreter. "
"This is not supported. 32-bit does not have enough address space "
"to process large files. "