Bobby Noelte
8bf798daeb
fix: bare except ( #1159 )
...
Bare `except:` catches SystemExit and KeyboardInterrupt, which can:
- Mask Ctrl+C handling during long optimization runs
- Hide critical system signals
- Make debugging harder
Replacement by `except Exception:` preserves the same error handling while respecting
system-level exceptions.
Co-authored-by: Milo @KeloYuan
Signed-off-by: Bobby Noelte <b0661n0e17e@gmail.com >
2026-07-20 01:11:33 +02:00
..
2026-07-18 08:08:25 +02:00
2026-07-20 01:11:33 +02:00
2026-07-18 08:08:25 +02:00
2026-07-15 16:38:53 +02:00
2026-02-22 14:12:42 +01:00
2026-07-15 16:38:53 +02:00
2025-11-08 15:42:18 +01:00
2026-02-22 14:12:42 +01:00
2026-02-22 14:12:42 +01:00
2026-03-11 17:18:45 +01:00
2026-03-07 14:46:30 +01:00
2026-03-07 14:46:30 +01:00
2026-07-15 16:38:53 +02:00
2026-07-15 16:38:53 +02:00
2026-07-15 16:38:53 +02:00
2026-07-15 16:38:53 +02:00
2026-07-15 16:38:53 +02:00
2026-07-15 16:38:53 +02:00
2026-07-15 16:38:53 +02:00
2026-07-15 16:38:53 +02:00
2026-03-11 17:18:45 +01:00
2026-02-24 23:17:11 +01:00
2026-07-15 16:38:53 +02:00
2026-02-28 16:56:50 +01:00
2026-07-17 18:05:29 +02:00
2026-07-17 18:05:29 +02:00
2026-07-17 18:05:29 +02:00
2026-07-17 18:05:29 +02:00
2025-12-30 22:08:21 +01:00
2025-12-30 22:08:21 +01:00
2025-12-30 22:08:21 +01:00
2026-02-22 14:12:42 +01:00
2026-07-18 08:08:25 +02:00
2026-03-11 17:18:45 +01:00
2026-03-11 17:18:45 +01:00
2025-10-28 02:50:31 +01:00
2025-12-30 22:08:21 +01:00
2026-07-18 08:08:25 +02:00
2025-10-28 02:50:31 +01:00
2026-07-15 16:38:53 +02:00
2026-07-15 16:38:53 +02:00
2025-12-30 22:08:21 +01:00
2026-07-15 16:38:53 +02:00
2026-07-17 16:51:00 +02:00
2026-07-15 16:38:53 +02:00
2025-04-05 13:08:12 +02:00
2026-07-15 16:38:53 +02:00
2026-07-17 16:51:00 +02:00
2026-07-15 16:38:53 +02:00
2026-07-17 16:51:00 +02:00
2026-07-17 16:51:00 +02:00
2026-07-15 16:38:53 +02:00
2025-11-10 16:57:44 +01:00
2026-02-22 14:12:42 +01:00
2026-02-28 11:31:51 +01:00
2025-10-28 02:50:31 +01:00
2026-07-16 17:15:10 +02:00
2026-07-18 08:08:25 +02:00
2026-02-24 18:56:11 +01:00
2026-07-15 16:38:53 +02:00
2026-07-15 16:38:53 +02:00
2026-07-15 16:38:53 +02:00
2026-07-15 16:38:53 +02:00
2026-07-15 16:38:53 +02:00