mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-20 20:09:11 +00:00
DO NOT MERGE: stub out broken method
This commit is contained in:
parent
b5ac669994
commit
7a3503775d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user