diff --git a/anki/exporting.py b/anki/exporting.py index 0a411eb2c..57d22163c 100644 --- a/anki/exporting.py +++ b/anki/exporting.py @@ -113,6 +113,7 @@ modified = :now bulkClient.sync() # need to save manually self.newDeck.rebuildCounts() + self.exportedCards = self.newDeck.cardCount self.newDeck.s.commit() self.newDeck.close()