mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 07:56:16 +00:00
Revert change made to get a screenshot
This commit is contained in:
parent
285cb8ab80
commit
9c55f53dd4
@ -87,7 +87,7 @@ public class ObjectDetectectionFileIngestModule extends FileIngestModuleAdapter
|
|||||||
if (refCounter.incrementAndGet(jobId) == 1 && classifiers.isEmpty()) {
|
if (refCounter.incrementAndGet(jobId) == 1 && classifiers.isEmpty()) {
|
||||||
services.postMessage(IngestMessage.createWarningMessage(ObjectDetectionModuleFactory.getModuleName(),
|
services.postMessage(IngestMessage.createWarningMessage(ObjectDetectionModuleFactory.getModuleName(),
|
||||||
Bundle.ObjectDetectionFileIngestModule_noClassifiersFound_subject(),
|
Bundle.ObjectDetectionFileIngestModule_noClassifiersFound_subject(),
|
||||||
Bundle.ObjectDetectionFileIngestModule_noClassifiersFound_message("C:\\Users\\user1\\AppData\\Roaming\\autopsy\\object_detection_classifiers")));
|
Bundle.ObjectDetectionFileIngestModule_noClassifiersFound_message(PlatformUtil.getObjectDetectionClassifierPath())));
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
blackboard = Case.getCurrentCaseThrows().getServices().getBlackboard();
|
blackboard = Case.getCurrentCaseThrows().getServices().getBlackboard();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user