mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
return number of changed facts in find&replace
This commit is contained in:
parent
8892ad9f90
commit
724c1354a8
1 changed files with 1 additions and 0 deletions
|
@ -1534,6 +1534,7 @@ where id = :id""", pending)
|
|||
modded)
|
||||
self.updateCardQACacheFromIds([f['fid'] for f in modded],
|
||||
type="facts")
|
||||
return len(set([f['fid'] for f in modded]))
|
||||
|
||||
# Progress info
|
||||
##########################################################################
|
||||
|
|
Loading…
Reference in a new issue