From ee7d97ae8c50187ddf35a4f95e4a57f4e7af8e89 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Fri, 4 Dec 2015 04:03:38 -0800 Subject: [PATCH] Trivial --- ocrmypdf/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocrmypdf/main.py b/ocrmypdf/main.py index b6f66d3e..a46f9bce 100755 --- a/ocrmypdf/main.py +++ b/ocrmypdf/main.py @@ -881,7 +881,7 @@ def available_cpu_count(): def cleanup_ruffus_error_message(msg): msg = re.sub(r'\s+', r' ', msg, re.MULTILINE) - msg = re.sub(r"\((.+?)\)", r'\1', msg, re.MULTILINE) + msg = re.sub(r"\((.+?)\)", r'\1', msg) msg = msg.strip() return msg