Different temporary filename.

This commit is contained in:
Nicolas Patry 2024-05-22 08:37:37 +00:00
parent 7f546039ca
commit 0c6e0bc8ee

View File

@ -121,7 +121,7 @@ def check_supported_models(check: bool):
with open(filename, "r") as f: with open(filename, "r") as f:
doc = f.read() doc = f.read()
if doc != final_doc: if doc != final_doc:
tmp = "launcher.md" tmp = "supported.md"
with open(tmp, "w") as g: with open(tmp, "w") as g:
g.write(final_doc) g.write(final_doc)
diff = subprocess.run( diff = subprocess.run(