mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Added comment
This commit is contained in:
parent
c9a7e5d514
commit
23f7289818
@ -90,6 +90,7 @@ class SampleFileIngestModuleWithUIFactory(IngestModuleFactoryAdapter):
|
|||||||
return True
|
return True
|
||||||
|
|
||||||
# TODO: Update class names to ones that you create below
|
# TODO: Update class names to ones that you create below
|
||||||
|
# Note that you must use GenericIngestModuleJobSettings instead of making a custom settings class.
|
||||||
def getIngestJobSettingsPanel(self, settings):
|
def getIngestJobSettingsPanel(self, settings):
|
||||||
if not isinstance(settings, GenericIngestModuleJobSettings):
|
if not isinstance(settings, GenericIngestModuleJobSettings):
|
||||||
raise IllegalArgumentException("Expected settings argument to be instanceof GenericIngestModuleJobSettings")
|
raise IllegalArgumentException("Expected settings argument to be instanceof GenericIngestModuleJobSettings")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user