From e1aeb16630158cd6b0b9db8d6d27fe1ad869e42d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 13:47:37 +0800 Subject: [PATCH] chore(format): run black on dev (#107) Co-authored-by: github-actions[bot] --- gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui.py b/gui.py index f2fc95d..283e0d2 100644 --- a/gui.py +++ b/gui.py @@ -695,7 +695,7 @@ if __name__ == "__main__": if len(values["index_path"].strip()) == 0: sg.popup(i18n("Please choose the .index file")) return False - pattern = re.compile("[^\x00-\x7F]+") + pattern = re.compile("[^\x00-\x7f]+") if pattern.findall(values["pth_path"]): sg.popup(i18n("pth path cannot contain unicode characters")) return False