mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-22 12:58:36 +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.
|
instance of wA itself.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
def from_pod(self, pod):
|
||||||
|
return None # TODO
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def enabled_instruments(self):
|
def enabled_instruments(self):
|
||||||
return self.jobs_config.enabled_instruments
|
return self.jobs_config.enabled_instruments
|
||||||
|
Loading…
x
Reference in New Issue
Block a user