mirror of
https://github.com/elisspace/autopsy.git
synced 2026-08-30 08:01:57 +00:00
Update GPX_Parser_Module.py
remove module text from module name.
This commit is contained in:
@@ -62,7 +62,7 @@ import gpxpy.parser
|
||||
# to create instances of the modules that will do the analysis.
|
||||
class GPXParserDataSourceIngestModuleFactory(IngestModuleFactoryAdapter):
|
||||
|
||||
moduleName = "GPX Parser Module"
|
||||
moduleName = "GPX Parser"
|
||||
|
||||
# True - Verbose debugging messages sent to log file.
|
||||
# False - Verbose debugging turned off.
|
||||
|
||||
Reference in New Issue
Block a user