diff --git a/Core/src/org/sleuthkit/autopsy/ingest/IngestJobPipeline.java b/Core/src/org/sleuthkit/autopsy/ingest/IngestJobPipeline.java index 5921071e65..8e2f7cf86d 100644 --- a/Core/src/org/sleuthkit/autopsy/ingest/IngestJobPipeline.java +++ b/Core/src/org/sleuthkit/autopsy/ingest/IngestJobPipeline.java @@ -1274,6 +1274,9 @@ final class IngestJobPipeline { } } } + + // If a data source had no tasks in progress it may now be complete. + checkForStageCompleted(); } /**