Merge pull request #7443 from rcordovano/develop

8202 fix progress bar IllegalArgumentException
This commit is contained in:
Richard Cordovano 2021-11-30 18:54:53 -05:00 committed by GitHub
commit 97e8a974a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1391,7 +1391,6 @@ final class IngestJobExecutor {
} else {
fileIngestProgressBar.progress(fileName, (int) estimatedFilesToProcess);
}
fileIngestProgressBar.progress(fileName, (int) processedFiles);
filesInProgress.add(fileName);
});
}