pynbody / tangos

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

pynbody server: Transmit OSError on load failure #235

Closed apontzen closed 1 year ago

apontzen commented 1 year 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 1 year ago

pre-commit.ci autofix