Skip to content

Commit

Permalink
comment out unlink (file DNE on gh)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkappler committed Oct 1, 2024
1 parent bffb307 commit ec0dfe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/synthetic_data_processing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"source": [
"# Uncomment this to start with a fresh mth5 file\n",
"\n",
"mth5_path.unlink()"
"# mth5_path.unlink()"
]
},
{
Expand Down

0 comments on commit ec0dfe4

Please sign in to comment.