Fix duplication issue

This commit is contained in:
Matt Nadareski
2020-08-30 17:02:07 -07:00
parent 89f9ee0faf
commit 2921f01494
2 changed files with 40 additions and 24 deletions

View File

@@ -3495,7 +3495,7 @@ namespace SabreTools.Library.DatFiles
Items.BucketBy(Field.Machine_Name, DedupeType.None, norename: norename);
// Output the number of items we're going to be writing
Globals.Logger.User($"A total of {Items.TotalCount} items will be written out to '{Header.FileName}'");
Globals.Logger.User($"A total of {Items.TotalCount - Items.RemovedCount} items will be written out to '{Header.FileName}'");
// Get the outfile names
Dictionary<DatFormat, string> outfiles = Header.CreateOutFileNames(outDir, overwrite);