1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-08-30 16:11:57 +00:00

Update GPX_Parser_Module.py

remove module text from module name.
This commit is contained in:
Mark McKinnon
2020-02-12 10:43:51 -05:00
parent 564123aee0
commit 8f10557df0

View File

@@ -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.