Skip to content

Commit b068ede

Browse files
author
Roderick Bovee
committed
Bad join line for local nb logic
1 parent 59614d1 commit b068ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/notebook_report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
try:
1919
notebook_path = sys.argv[1]
2020
except IndexError:
21-
notebook_path = os.path.abspath(os.curdir) + 'notebook.ipynb'
21+
notebook_path = os.path.join(os.path.abspath(os.curdir), 'notebook.ipynb')
2222
with open(notebook_path, 'r') as f:
2323
notebook = nbformat.read(f, as_version=4)
2424

0 commit comments

Comments
 (0)