From fc7e1683376c9a80083ff30b1db636fbb9f2e40c Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Thu, 18 Jul 2019 09:41:42 +1200 Subject: [PATCH] Make core.FORK_SET global #1637 --- core/forks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/core/forks.py b/core/forks.py index f788edf1..2a72888e 100644 --- a/core/forks.py +++ b/core/forks.py @@ -43,6 +43,7 @@ def api_check(r, params, rem_params): def auto_fork(section, input_category): + global core.FORK_SET # auto-detect correct section # config settings if core.FORK_SET: # keep using determined fork for multiple (manual) post-processing