Revert change made to get a screenshot

This commit is contained in:
Ann Priestman 2018-06-21 10:08:10 -04:00
parent 285cb8ab80
commit 9c55f53dd4

View File

@ -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();