Skip to content

Commit 63ce79b

Browse files
authored
Update automated-notebook-run-script.py
1 parent b88c5d1 commit 63ce79b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/automated-notebook-run-script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def run_notebook(driver, notebook_area, args):
108108

109109
notebook_area.send_keys(Keys.SHIFT, Keys.ENTER)
110110
# This sleep is there is allow time for the box for standard input
111-
# to appear, it if needs to after executing the cell
111+
# to appear, if it needs to after executing the cell
112112
time.sleep(0.1)
113113
if not cell_is_waiting_for_input(driver):
114114
wait_for_idle_status(driver, current_cell, start_time, args.timeout)

0 commit comments

Comments
 (0)