mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-23 17:23:51 +08:00
run_process_on_route: print log location
This commit is contained in:
@@ -27,4 +27,5 @@ if __name__ == "__main__":
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user