mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
log added and updated notes separately
This commit is contained in:
parent
a558c47330
commit
a52e740ef6
1 changed files with 2 additions and 0 deletions
|
@ -150,6 +150,8 @@ class NoteImporter(Importer):
|
|||
# apply scheduling updates
|
||||
self.updateCards()
|
||||
# make sure to update sflds, etc
|
||||
self.log.append(_("%(a)d notes added, %(b)d notes updated.") %
|
||||
dict(a=len(new), b=len(updates)))
|
||||
self.total = len(self._ids)
|
||||
|
||||
def newData(self, n):
|
||||
|
|
Loading…
Reference in a new issue