There was an error while loading. Please reload this page.
See here: https://github.com/googleapis/python-datastore/blob/master/google/cloud/datastore/client.py#L888
This trailing comma makes message a tuple, and so the deprecation warning blows up with:
message
TypeError: expected string or bytes-like object
python 3.8.5
20.2.3
google-cloud-datastore
1.15.1
vi +891 .venv/lib/python3.8/site-packages/google/cloud/datastore/client.py # reserve_ids warnings.warn(message, DeprecationWarning) TypeError: expected string or bytes-like object
See here: https://github.com/googleapis/python-datastore/blob/master/google/cloud/datastore/client.py#L888
This trailing comma makes
messagea tuple, and so the deprecation warning blows up with:Environment details
python 3.8.520.2.3google-cloud-datastoreversion:1.15.1Steps to reproduce
Stack trace