mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-11 19:08:07 +08:00
82273e296f
`data.loader.ensure_benchmark_data()` was trying to use data after an exception was raised loading it. The code was logging and swallowing exceptions; this re-raises.