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 python3 encoding for publishing helmod module #225

Closed johnbradley closed 5 years ago

johnbradley commented 5 years ago

Fixes #223 The call to str() resulted in a string starting with b'. Fixes here to properly encode the helmod module specfile.

The other issue here was an incorrectly configured github token. The token needs the repo scope permissions.

johnbradley commented 5 years ago

I tested these changes against a test repo.