Skip to content

Commit

Permalink
Jasmine - solve bug with saving locations visited log (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeEfstathiadis authored Jun 6, 2024
1 parent 7b05844 commit 29ca6ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forest/jasmine/traj2stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -1821,6 +1821,6 @@ def gps_stats_generate_summary(
if parameters.save_osm_log:
with open(
f"{logs_folder}/locations_logs_{frequency.name.lower()}.json",
"wa",
"a",
) as loc:
json.dump(logs, loc, indent=4)

0 comments on commit 29ca6ff

Please sign in to comment.