* Fixed crash-by-typo intriduced in last commit.
authorUrban Wallasch <urban.wallasch@freenet.de>
Wed, 23 Jun 2021 18:27:45 +0000 (20:27 +0200)
committerUrban Wallasch <urban.wallasch@freenet.de>
Wed, 23 Jun 2021 18:27:45 +0000 (20:27 +0200)
jiten-pai.py

index e0ae68c2ab0e38e68da228396037b5972e870bc5..a8a01650362ad353bf3798af0c0d6d90fa1251db 100755 (executable)
@@ -1271,7 +1271,7 @@ class jpMainWindow(QMainWindow):
         QApplication.processEvents()
 
     def _search_deinflected(self, inflist, dic, mode, limit):
-        re_isnoun = re.compile(r'\(n)\)')
+        re_isnoun = re.compile(r'\(n\)')
         result = []
         ok = True
         for inf in inflist: