From 7a3503775d77ba7658a782908b2376af64d87e39 Mon Sep 17 00:00:00 2001 From: Brendan Jackman Date: Thu, 7 Dec 2017 14:30:31 +0000 Subject: [PATCH] DO NOT MERGE: stub out broken method --- wa/framework/configuration/execution.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wa/framework/configuration/execution.py b/wa/framework/configuration/execution.py index 2689c9e5..6c81521e 100644 --- a/wa/framework/configuration/execution.py +++ b/wa/framework/configuration/execution.py @@ -37,6 +37,9 @@ class ConfigManager(object): instance of wA itself. """ + def from_pod(self, pod): + return None # TODO + @property def enabled_instruments(self): return self.jobs_config.enabled_instruments