pull/34919/head
Shane Smiskol 1 month ago
parent 715a38fd6a
commit 27ce30587a
  1. 2
      selfdrive/debug/max_lat_accel.py

@ -83,7 +83,7 @@ if __name__ == '__main__':
for route in tqdm(args.route):
try:
lr = LogReader(route, sort_by_time=True)
except:
except Exception:
print(f'Skipping {route}')
continue

Loading…
Cancel
Save