update @ Fri Oct 6 22:17:53 EEST 2023

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2023-10-06 22:17:53 +03:00
parent 66e9fc1958
commit 6651d9e103
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: A50D5B4B599AF8A2

View file

@ -534,7 +534,7 @@ def yn(prompt: str, default: str = "y") -> bool:
def get_tmpfile(name: str) -> str:
return f"{tempfile.gettempdir()}{name}.md"
return f"{tempfile.gettempdir()}/{name}.md"
def open_file(editor: typing.Sequence[str], path: str) -> None: