From c36c20029075549c7f3d0faa982c1e7e6c628f9f Mon Sep 17 00:00:00 2001 From: Jason <25143301+jasonmotha@users.noreply.github.com> Date: Mon, 11 Oct 2021 14:31:36 +1300 Subject: [PATCH] added a parameter to the platform_config --- qcore/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qcore/constants.py b/qcore/constants.py index 93c7e6ba..be848607 100644 --- a/qcore/constants.py +++ b/qcore/constants.py @@ -430,6 +430,7 @@ class PLATFORM_CONFIG(Enum): IM_SIM_SL_SCRIPT_NAME = auto() MERGE_TS_DEFAULT_NCORES = auto() DEFAULT_ACCOUNT = auto() + PLATFORM_ACCOUNTS = auto() DEFAULT_MEMORY = auto() MACHINE_TASKS = auto() DEFAULT_N_RUNS = auto()