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 /org/output_hub.org | |
parent | naming DocReform from SiSU (diff) |
mess further with parallelism flags
Diffstat (limited to 'org/output_hub.org')
-rw-r--r-- | org/output_hub.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org/output_hub.org b/org/output_hub.org index 9345458..6cb7f9b 100644 --- a/org/output_hub.org +++ b/org/output_hub.org @@ -37,7 +37,7 @@ template outputHub() { auto msg = Msg!()(doc_matters); <<output_scheduled_task>> } - 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); } |