From: Urban Wallasch Date: Wed, 23 Jun 2021 18:27:45 +0000 (+0200) Subject: * Fixed crash-by-typo intriduced in last commit. X-Git-Tag: v0.1.0~51 X-Git-Url: https://git.packet-gain.de/?a=commitdiff_plain;h=28dcf146e4766fdb8b25195ad53d94338a2dc9c6;p=jiten-pai.git * Fixed crash-by-typo intriduced in last commit. --- diff --git a/jiten-pai.py b/jiten-pai.py index e0ae68c..a8a0165 100755 --- a/jiten-pai.py +++ b/jiten-pai.py @@ -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: