xia2 / screen19

Screening program for small-molecule single-crystal X-ray diffraction data
https://pypi.org/project/screen19/
BSD 3-Clause "New" or "Revised" License
2 stars 3 forks source link

Don't die on upstream Sorry() #13

Closed Anthchirp closed 5 years ago

Anthchirp commented 5 years ago

Sorry is still not a SystemExit exception, so needs to be caught separately. I don't think dials.index ever throws a sys.exit(0) - at least it should not - therefore I'll simplify the calling logic slightly.