Skip to content

Commit

Permalink
Typo in notebook path (notebook not deleted in hook)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Panchenko committed Apr 29, 2024
1 parent 27f425a commit ae4a691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/post_gen_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def delete_line_in_file(filepath: str, line_starts_with: str):
if "{{cookiecutter.include_accsr_configuration_utils}}".lower() != "y":
remove("config.py")
remove("config.json")
remove("docs/02_notebooks/config_example.ipynb")
remove("docs/02_notebooks/02_config_example.ipynb")
remove("data")
delete_line_in_file("pyproject.toml", "accsr")
delete_line_in_file(".gitignore", "config_local.json")
Expand Down

0 comments on commit ae4a691

Please sign in to comment.