about summary refs log tree commit diff
path: root/solve.py
diff options
context:
space:
mode:
authorEmile <git@emile.space>2023-02-19 14:25:00 +0100
committerEmile <git@emile.space>2023-02-19 14:25:00 +0100
commitebe53b2c90e205ff6212c39e0b94387aa69e27d3 (patch)
treede3d082668267ae75cfa256b77c6c86250bdbba3 /solve.py
parentd2a328ed1ba0e9e9c3d8ca66d973a6ad346b742a (diff)
cannot_solved.md formatting
Diffstat (limited to 'solve.py')
-rw-r--r--solve.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/solve.py b/solve.py
index faf8780..f3ec8e0 100644
--- a/solve.py
+++ b/solve.py
@@ -655,8 +655,7 @@ while True:
         print("SOMETHING WENT HORRIBLY WRONG!")
 
         print(f"CANNOT SOLVE {s=} {t=}")
-        cannot_solve = open("cannot_solve.md", "a")
-        cannot_solve.write(f"# cannot solve\n\n")
+        cannot_solve = open("./cannot_solve.md", "a")
         cannot_solve.write(f"- `{s} | {t}`\n")
 
         print(f"level {level}, cache hits: {cache_hits}")