mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
fix to prevent exceptions from bubbling up from gpx parser
This commit is contained in:
parent
f6eee25167
commit
5b3503f560
@ -236,6 +236,7 @@ class GPXParserFileIngestModule(FileIngestModule):
|
||||
Waypoint(point.latitude, point.longitude, point.elevation, point.name))
|
||||
|
||||
try:
|
||||
if not geoWaypoints.isEmpty():
|
||||
geoArtifactHelper.addRoute(None, None, geoWaypoints, None)
|
||||
except Blackboard.BlackboardException as e:
|
||||
self.log("Error posting GPS route artifact for " + file.getUniquePath() +
|
||||
|
Loading…
x
Reference in New Issue
Block a user