From 8f10557df056e400bec46a651ee07bc89bc4e956 Mon Sep 17 00:00:00 2001 From: Mark McKinnon Date: Wed, 12 Feb 2020 10:43:51 -0500 Subject: [PATCH] Update GPX_Parser_Module.py remove module text from module name. --- InternalPythonModules/GPX_Module/GPX_Parser_Module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InternalPythonModules/GPX_Module/GPX_Parser_Module.py b/InternalPythonModules/GPX_Module/GPX_Parser_Module.py index df18b7c1ce..d33084ccac 100644 --- a/InternalPythonModules/GPX_Module/GPX_Parser_Module.py +++ b/InternalPythonModules/GPX_Module/GPX_Parser_Module.py @@ -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.