From 27ce30587a0d5f8c88997063a5258bb11f5060b2 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Fri, 21 Mar 2025 16:18:39 -0700 Subject: [PATCH] fix --- selfdrive/debug/max_lat_accel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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