mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-27 17:42:04 +08:00
run_process_on_route: print log location
old-commit-hash: 1644572be282283c20d90a09a606666366da5e4a
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