diff --git a/selfdrive/debug/max_lat_accel.py b/selfdrive/debug/max_lat_accel.py index a957b512d7..889a855356 100755 --- a/selfdrive/debug/max_lat_accel.py +++ b/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