mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 12:06:08 +00: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):
|
||||
return self.resolver.get(resource, strict)
|
||||
|
||||
def update_metadata(self, key, *args):
|
||||
pass
|
||||
|
||||
get = get_resource
|
||||
|
Loading…
x
Reference in New Issue
Block a user