mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 09:16:38 -04:00
regexp>regular expression
This commit is contained in:
parent
b08360ddc6
commit
804413604c
1 changed files with 1 additions and 1 deletions
|
@ -846,7 +846,7 @@ where id in %s""" % ids2str(sf))
|
||||||
frm.type.currentIndex(),
|
frm.type.currentIndex(),
|
||||||
frm.re.isChecked())
|
frm.re.isChecked())
|
||||||
except sre_constants.error:
|
except sre_constants.error:
|
||||||
ui.utils.showInfo(_("Invalid regexp."),
|
ui.utils.showInfo(_("Invalid regular expression."),
|
||||||
parent=self)
|
parent=self)
|
||||||
self.deck.setUndoEnd(n)
|
self.deck.setUndoEnd(n)
|
||||||
self.deck.finishProgress()
|
self.deck.finishProgress()
|
||||||
|
|
Loading…
Reference in a new issue