From 620fbfdd2ac0a4dddad79c3fd1924b73ddf3700e Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Wed, 26 Oct 2016 11:48:34 +0100 Subject: [PATCH] ReventWorkload: Corrected mistake in screen capture argument --- wlauto/commands/record.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wlauto/commands/record.py b/wlauto/commands/record.py index c7c3eabd..87b4803b 100644 --- a/wlauto/commands/record.py +++ b/wlauto/commands/record.py @@ -130,7 +130,7 @@ class RecordCommand(ReventCommand): self.logger.info("Press Enter when you have finished recording...") raw_input("") - if args.screencapture: + if args.capture_screen: self.logger.info("Recording screen capture") self.device.capture_screen(args.output or os.getcwdu()) self.device.killall("revent", signal.SIGTERM)