NDAR / nda-tools

Python package for interacting with NDA web services. Used to validate, submit, and download data to and from NDA.
MIT License
47 stars 22 forks source link

Remove sys.exit from version check. #96

Closed jrussell9000 closed 3 months ago

jrussell9000 commented 3 months ago

Removed sys.exit from check_version. Now when the version is out of date, a warning is printed, but the code continues.