Duke-GCB / DukeDSClient

Command line program to allow uploading, downloading, and managing projects in the duke-data-service.
MIT License
5 stars 6 forks source link

Fix deprecations/warnings found by python -W default #311

Closed johnbradley closed 4 years ago

johnbradley commented 4 years ago

Fixes deprecation and resource free warnings. I used the -W default option mentioned here: https://docs.python.org/3.9/whatsnew/3.9.html#you-should-check-for-deprecationwarning-in-your-code

Fixes #307