Fix total file count

This commit is contained in:
2023-04-16 13:45:46 +02:00
parent 686a9a0da1
commit 1963d1cc5c
2 changed files with 14 additions and 7 deletions

View File

@@ -100,7 +100,6 @@ public class CoherentAttributeUpdaterKernel extends AttributeUpdaterKernel {
log.info("No coherent match found for {}", file.getAbsoluteFile());
for (FileInfoDto fileInfo : fileInfos) {
statistic.total();
if (!Config.getInstance().isForceCoherent()) {
super.process(fileInfo.getFile());
} else {