From c07183ec37be07656fc58799ce85fe4601dc5c86 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 14 Sep 2018 19:05:01 -0400 Subject: mess further with parallelism flags --- src/doc_reform/output/hub.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/doc_reform/output') diff --git a/src/doc_reform/output/hub.d b/src/doc_reform/output/hub.d index 9e933d8..a0a73cd 100644 --- a/src/doc_reform/output/hub.d +++ b/src/doc_reform/output/hub.d @@ -52,7 +52,7 @@ template outputHub() { msg.vv("html css & images done"); } } - if (!(doc_matters.opt.action.pp2)) { + if (!(doc_matters.opt.action.parallelise_subprocesses)) { foreach(schedule; doc_matters.opt.action.output_task_scheduler) { Scheduled!()(schedule, doc_abstraction, doc_matters); } -- cgit v1.2.3