From 4d7a6d5c70b06acdbecb6fa90c377389e6c31d07 Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Fri, 22 Dec 2017 23:03:48 +0100 Subject: [PATCH] Stupid typo --- slides/autopilot/autotest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/autopilot/autotest.py b/slides/autopilot/autotest.py index c8e1d606..60ce6cc5 100755 --- a/slides/autopilot/autotest.py +++ b/slides/autopilot/autotest.py @@ -392,7 +392,7 @@ while state.next_step < len(actions): # This should probably be adapted to run on different OS subprocess.check_call(["xdg-open", url]) focus_browser() - if status.interactive: + if state.interactive: print("Press any key to continue to next step...") click.getchar() else: