Skip to content

Commit 43f9c74

Browse files
authored
minor bug fix (#1220)
1 parent 8b12f72 commit 43f9c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/autogen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def process_one_dir(src_dir, target_dir):
210210
name = fname[:-3]
211211
py_path = Path(src_dir) / fname
212212
nb_path = target_dir / (name + ".ipynb")
213-
py_to_nb(py_path, nb_path, fill_outputs=False)
213+
tutobooks.py_to_nb(py_path, nb_path, fill_outputs=False)
214214

215215
# Guides
216216
guides_dir = Path(self.guides_dir)

0 commit comments

Comments
 (0)