From a570779a2623769fb15f06b054c986fffc5af68d Mon Sep 17 00:00:00 2001 From: "Soren I. Bjornstad" Date: Tue, 24 Jun 2014 15:55:19 -0500 Subject: [PATCH] update all duplicates when importing If duplicate notes are already in the collection and, based on the first field of all of them, they should be updated, update all of them instead of just the first one we come across. --- anki/importing/noteimp.py | 1 - 1 file changed, 1 deletion(-) diff --git a/anki/importing/noteimp.py b/anki/importing/noteimp.py index e9e435d67..d53f8a9ac 100644 --- a/anki/importing/noteimp.py +++ b/anki/importing/noteimp.py @@ -156,7 +156,6 @@ class NoteImporter(Importer): updateLog.append(updateLogTxt % fld0) dupeCount += 1 found = True - break elif self.importMode == 1: dupeCount += 1 elif self.importMode == 2: