1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-08-31 08:32:01 +00:00

Cleaned up samples, added files associated with data source tutorial

This commit is contained in:
Brian Carrier
2015-08-05 23:15:19 -04:00
parent 568160d61e
commit b6d911fa6b
9 changed files with 335 additions and 18 deletions

View File

@@ -99,7 +99,7 @@ class SampleJythonFileIngestModule(FileIngestModule):
self.filesFound = 0
# Throw an IngestModule.IngestModuleException exception if there was a problem setting up
# raise IngestModuleException(IngestModule(), "Oh No!")
# raise IngestModuleException("Oh No!")
pass
# Where the analysis is done. Each file will be passed into here.