6105 Clean up and bug fixes for GPX Parser

This commit is contained in:
Richard Cordovano 2020-03-05 20:22:55 -05:00
parent a5a532dc9e
commit 174644f13f

View File

@ -124,7 +124,7 @@ class GPXParserDataSourceIngestModule(DataSourceIngestModule):
# Get the module name, it will be needed for adding attributes # Get the module name, it will be needed for adding attributes
moduleName = GPXParserDataSourceIngestModuleFactory.moduleName moduleName = GPXParserDataSourceIngestModuleFactory.moduleName
# Check if a folder for this is present in the case Temp directory. # Check if a folder for this module is present in the case Temp directory.
# If not, create it. # If not, create it.
dirName = os.path.join(Case.getCurrentCase().getTempDirectory(), "GPX_Parser_Module") dirName = os.path.join(Case.getCurrentCase().getTempDirectory(), "GPX_Parser_Module")
try: try: