Skip to content

Commit

Permalink
run_process_on_route: print log location
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane committed Mar 6, 2024
1 parent 0da9a1e commit 1644572
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions selfdrive/debug/run_process_on_route.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@
outputs = sorted(inputs + outputs, key=lambda x: x.logMonoTime)

fn = f"{args.route.replace('/', '_')}_{args.process}.bz2"
print(f"Saved log to {fn}")
save_log(fn, outputs)

0 comments on commit 1644572

Please sign in to comment.