pynbody / tangos

The Agile Numerical Galaxy Organisation System
BSD 3-Clause "New" or "Revised" License
18 stars 13 forks source link

pynbody server: Transmit OSError on load failure #235

Closed apontzen closed 10 months ago

apontzen commented 10 months ago

If a snapshot is not found in server mode, the entire server crashes. This PR changes that so that the OSError is instead raised within the client code, where it can be gracefully dealt with.

apontzen commented 10 months ago

pre-commit.ci autofix