Skip to content

Commit aecb466

Browse files
committed
Does this fix it now ?
1 parent 145411a commit aecb466

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tester.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
branch = sys.argv[3]
99
filename = sys.argv[4]
1010
tut = f'''https://raw.githubusercontent.com/{repo}/{branch}/{filename}.ipynb'''
11-
nbfilename = f"notebooks/{filename.replace("/", "_")}.ipynb"
11+
nbfilename = f"notebooks/{filename.replace('/', '_')}.ipynb"
1212
with open(nbfilename, 'w') as tutfile:
1313
r = requests.get(tut).content.decode()
1414
tutfile.write(r)

0 commit comments

Comments
 (0)