Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove trailing commas from error message constants #505

Merged
merged 2 commits into from Jul 15, 2021

Commits on Jul 15, 2021

  1. fix(blob.py): remove dangling commas from message strings

    The _DOWNLOAD_AS_STRING_DEPRECATED,
    _COMPOSE_IF_GENERATION_LIST_DEPRECATED and
    _COMPOSE_IF_GENERATION_LIST_AND_IF_SOURCE_GENERATION_ERROR constants
    include a dangling comma which make them tuples and not strings. This
    causes a TypeError as reported in googleapis#501.
    
    Closes googleapis#501
    rjw57 committed Jul 15, 2021
    Copy the full SHA
    3665ef5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    862525d View commit details
    Browse the repository at this point in the history