Revert "zst here too"

This reverts commit 23b0023ddf.
pull/32736/head
Shane Smiskol 11 months ago
parent 2958a71864
commit 5a1ab241e9
  1. 2
      selfdrive/debug/run_process_on_route.py

@ -25,6 +25,6 @@ if __name__ == "__main__":
inputs = [i for i in inputs if i.which() not in produces]
outputs = sorted(inputs + outputs, key=lambda x: x.logMonoTime)
fn = f"{args.route.replace('/', '_')}_{args.process}.zst"
fn = f"{args.route.replace('/', '_')}_{args.process}.bz2"
print(f"Saved log to {fn}")
save_log(fn, outputs)

Loading…
Cancel
Save