We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78dfad6 commit e1aeb16Copy full SHA for e1aeb16
gui.py
@@ -695,7 +695,7 @@ def set_values(self, values):
695
if len(values["index_path"].strip()) == 0:
696
sg.popup(i18n("Please choose the .index file"))
697
return False
698
- pattern = re.compile("[^\x00-\x7F]+")
+ pattern = re.compile("[^\x00-\x7f]+")
699
if pattern.findall(values["pth_path"]):
700
sg.popup(i18n("pth path cannot contain unicode characters"))
701
0 commit comments