Change 32-bit message from error to warning
This commit is contained in:
@@ -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. "
|
||||
|
||||
Reference in New Issue
Block a user