diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2018-09-14 19:05:01 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2019-04-10 15:14:15 -0400 |
commit | c07183ec37be07656fc58799ce85fe4601dc5c86 (patch) | |
tree | 0852f219df499d7cf2cf70223378c57af1c1aa72 /src/doc_reform/output/hub.d | |
parent | naming DocReform from SiSU (diff) |
mess further with parallelism flags
Diffstat (limited to 'src/doc_reform/output/hub.d')
-rw-r--r-- | src/doc_reform/output/hub.d | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |