pymzml / pymzML

pymzML - an interface between Python and mzML Mass spectrometry Files
https://pymzml.readthedocs.io/en/latest/
MIT License
163 stars 92 forks source link

[FIX] raise exception instead of ungraceful exit #26

Closed hroest closed 9 years ago

hroest commented 9 years ago

anyways Python cannot find an exit function, probably sys.exit(1) would have been the correct thing to do