From d6f630bd9aa7964d0c1735eec9a80643f52f59f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sun, 23 Jun 2024 17:20:02 -0400 Subject: [PATCH] Fix typo --- zimwiki_txt_to_logseq_md.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zimwiki_txt_to_logseq_md.py b/zimwiki_txt_to_logseq_md.py index 0c4516a..21c081a 100644 --- a/zimwiki_txt_to_logseq_md.py +++ b/zimwiki_txt_to_logseq_md.py @@ -27,5 +27,5 @@ def rewrite_file(filepath): for filepath in os.listdir(): - if file.endswith(".txt"): + if filepath.endswith(".txt"): rewrite_file(filepath)