Skip to content

Commit e1aeb16

Browse files
chore(format): run black on dev (#107)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 78dfad6 commit e1aeb16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ def set_values(self, values):
695695
if len(values["index_path"].strip()) == 0:
696696
sg.popup(i18n("Please choose the .index file"))
697697
return False
698-
pattern = re.compile("[^\x00-\x7F]+")
698+
pattern = re.compile("[^\x00-\x7f]+")
699699
if pattern.findall(values["pth_path"]):
700700
sg.popup(i18n("pth path cannot contain unicode characters"))
701701
return False

0 commit comments

Comments
 (0)