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