Commit 0dc5414
committed
Restore immediate deletion of transient .quarto_ipynb after execution
When keep-ipynb is false (the default), cleanupNotebook() now calls
safeRemoveSync() to delete the intermediate .quarto_ipynb file immediately
after execution, restoring the original behavior from 2021 that was
inadvertently dropped when keep-ipynb support was added in PR #12793.1 parent 5383c96 commit 0dc5414
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
870 | 870 | | |
871 | 871 | | |
872 | 872 | | |
| 873 | + | |
| 874 | + | |
873 | 875 | | |
874 | 876 | | |
875 | 877 | | |
| |||
0 commit comments