Skip to content

Commit 8f0ff5e

Browse files
committed
address review comments
1 parent 754385d commit 8f0ff5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/acceptance/test_acceptance.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
OUTPUT = HERE.parent.parent / "build/robot"
1010
JUPYTER_SERVER_INFO = None
1111

12+
1213
try:
1314
import notebook
1415

@@ -31,7 +32,7 @@ def test_robot():
3132
env = dict(**os.environ)
3233
robot_args = ["robot", "--consolecolors=on", f"--outputdir={OUTPUT}"]
3334

34-
if NOTEBOOK_VERSION >= 7:
35+
if NOTEBOOK_VERSION and NOTEBOOK_VERSION >= 7:
3536
robot_args += ["--exclude", "app:classic"]
3637
else:
3738
robot_args += ["--exclude", "app:notebook"]

0 commit comments

Comments
 (0)