diff --git a/wlauto/commands/record.py b/wlauto/commands/record.py index 2fc640aa..ae6e2ab1 100644 --- a/wlauto/commands/record.py +++ b/wlauto/commands/record.py @@ -158,6 +158,7 @@ class ReplayCommand(RecordCommand): self.device.execute(command) self.logger.info("Finished replay") + # Used to satisfy the API class LightContext(object): def __init__(self, config):