From e77a5e5e75dba89322e9437864ddabd010d09e5f Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Fri, 4 Dec 2015 03:11:38 -0800 Subject: [PATCH] We don't want threads. Really. Do. Not. Want. --- ocrmypdf/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocrmypdf/main.py b/ocrmypdf/main.py index b63d8848..1e815381 100755 --- a/ocrmypdf/main.py +++ b/ocrmypdf/main.py @@ -108,7 +108,7 @@ parser = cmdline.get_argparse( ignored_args=[ 'touch_files_only', 'recreate_database', 'checksum_file_name', 'key_legend_in_graph', 'draw_graph_horizontally', 'flowchart_format', - 'forced_tasks', 'target_tasks']) + 'forced_tasks', 'target_tasks', 'use_threads']) parser.add_argument( 'input_file',