We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af56aa4 + e41b537 commit b2de173Copy full SHA for b2de173
1 file changed
binder/test_notebooks.py
@@ -38,7 +38,7 @@ def test_notebooks(path):
38
39
for notebook in sorted(notebooks):
40
print(notebook)
41
- nb, errors = notebook_run(join(path, notebook))
+ _, errors = notebook_run(join(path, notebook))
42
assert errors == []
43
44
for directory in sorted(directories):
0 commit comments