From 9c55f53dd4abe1f216f090ad3ae92d4570e224b5 Mon Sep 17 00:00:00 2001 From: Ann Priestman Date: Thu, 21 Jun 2018 10:08:10 -0400 Subject: [PATCH] Revert change made to get a screenshot --- .../objectdetection/ObjectDetectectionFileIngestModule.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Experimental/src/org/sleuthkit/autopsy/experimental/objectdetection/ObjectDetectectionFileIngestModule.java b/Experimental/src/org/sleuthkit/autopsy/experimental/objectdetection/ObjectDetectectionFileIngestModule.java index 165f44ca34..fe86fb9f0b 100644 --- a/Experimental/src/org/sleuthkit/autopsy/experimental/objectdetection/ObjectDetectectionFileIngestModule.java +++ b/Experimental/src/org/sleuthkit/autopsy/experimental/objectdetection/ObjectDetectectionFileIngestModule.java @@ -87,7 +87,7 @@ public class ObjectDetectectionFileIngestModule extends FileIngestModuleAdapter if (refCounter.incrementAndGet(jobId) == 1 && classifiers.isEmpty()) { services.postMessage(IngestMessage.createWarningMessage(ObjectDetectionModuleFactory.getModuleName(), Bundle.ObjectDetectionFileIngestModule_noClassifiersFound_subject(), - Bundle.ObjectDetectionFileIngestModule_noClassifiersFound_message("C:\\Users\\user1\\AppData\\Roaming\\autopsy\\object_detection_classifiers"))); + Bundle.ObjectDetectionFileIngestModule_noClassifiersFound_message(PlatformUtil.getObjectDetectionClassifierPath()))); } try { blackboard = Case.getCurrentCaseThrows().getServices().getBlackboard();