GoogleCloudPlatform / gcs-oauth2-boto-plugin

Auth plugin allowing use the use of OAuth 2.0 credentials for Google Cloud Storage in the Boto library.
Apache License 2.0
21 stars 38 forks source link

six.ensure_text on error strings #48

Closed catleeball closed 5 years ago

catleeball commented 5 years ago

Python 3 compatibility change, when printing debug logging from gsutil, these error messages sometimes fail to concatenate due to mismatched string types.