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 error when the .ddsclient config file is empty #316

Closed johnbradley closed 3 years ago

johnbradley commented 3 years ago

When a the .ddsclient config file is empty the following error is produced when running a command such as ddsclient list:

type object argument after ** must be a mapping, not NoneType

See #315 for more