Skip to content

Commit 3a6c0e9

Browse files
committed
do not overwrite git asset
1 parent c86a41e commit 3a6c0e9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

notebooks/tps/queens/.teacher/README-queens-corrige-nb.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,10 @@ par le tuple `(0, 4, 1, 2, 3)` qui donne les coordonnées en Y dans les colonnes
115115
# prune-cell
116116
from rooks_and_queens import *
117117
118-
draw_position((0, 4, 1, 2, 3), "../media/coordinates.svg")
118+
# install this one manually in ../media if relevant
119+
# otherwise it keeps creating false diffs in git
120+
#draw_position((0, 4, 1, 2, 3), "../media/coordinates.svg")
121+
draw_position((0, 4, 1, 2, 3), "../coordinates.svg")
119122
```
120123

121124
### ce qu'on doit pouvoir faire

0 commit comments

Comments
 (0)