fix: remove trailing commas from error message constants by rjw57 · Pull Request #505 · googleapis/python-storage
requested a review
from a team
google-cla
bot
added
the
cla: yes
label
Jul 15, 2021
parthea
changed the title
blob.py: remove dangling comma in _DOWNLOAD_AS_STRING_DEPRECATED
fix: TypeError in blob.download_as_string()
parthea
changed the title
fix: TypeError in blob.download_as_string()
fix: TypeError in blob.download_as_string
parthea
changed the title
fix: TypeError in blob.download_as_string
fix(Python 2.7): TypeError in blob.download_as_string
parthea
changed the title
fix(Python 2.7): TypeError in blob.download_as_string
fix: TypeError in blob.download_as_string
tseaver
changed the title
fix: TypeError in blob.download_as_string
fix: remove trailing commas from error message constants
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
label
Jul 15, 2021cojenco pushed a commit to cojenco/python-storage that referenced this pull request
Oct 13, 2021) The _DOWNLOAD_AS_STRING_DEPRECATED constant includes a dangling comma which makes it a tuple and not a string. This causes a TypeError as reported in googleapis#501. Fixes googleapis#501
cojenco pushed a commit to cojenco/python-storage that referenced this pull request
Oct 13, 2021) The _DOWNLOAD_AS_STRING_DEPRECATED constant includes a dangling comma which makes it a tuple and not a string. This causes a TypeError as reported in googleapis#501. Fixes googleapis#501
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters