mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-04-21 02:00:49 +01:00
commands/revent: Add dummy method to LightContext
Add a dummy method to the LightContext to satisfy the API as we do not record metadata when performing revent recordings.
This commit is contained in:
parent
9f06950fb1
commit
7cb9f05bbe
@ -294,4 +294,7 @@ class LightContext(object):
|
|||||||
def get_resource(self, resource, strict=True):
|
def get_resource(self, resource, strict=True):
|
||||||
return self.resolver.get(resource, strict)
|
return self.resolver.get(resource, strict)
|
||||||
|
|
||||||
|
def update_metadata(self, key, *args):
|
||||||
|
pass
|
||||||
|
|
||||||
get = get_resource
|
get = get_resource
|
||||||
|
Loading…
x
Reference in New Issue
Block a user