We don't want threads. Really. Do. Not. Want.

This commit is contained in:
James R. Barlow 2015-12-04 03:11:38 -08:00
parent 6ab19af122
commit e77a5e5e75

View File

@ -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',