mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
6105 Clean up and bug fixes for GPX Parser
This commit is contained in:
parent
a5a532dc9e
commit
174644f13f
@ -124,7 +124,7 @@ class GPXParserDataSourceIngestModule(DataSourceIngestModule):
|
||||
# Get the module name, it will be needed for adding attributes
|
||||
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.
|
||||
dirName = os.path.join(Case.getCurrentCase().getTempDirectory(), "GPX_Parser_Module")
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user