- Notifications
You must be signed in to change notification settings - Fork 43
Closed
Labels
🚨This issue needs some love.This issue needs some love.api: datastoreIssues related to the googleapis/python-datastore API.Issues related to the googleapis/python-datastore API.triage meI really want to be triaged.I really want to be triaged.
Description
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:
TypeError: expected string or bytes-like object Environment details
- OS type and version: Fedora 32
- Python version:
python 3.8.5 - pip version:
20.2.3 google-cloud-datastoreversion:1.15.1
Steps to reproduce
- Use reserve_ids in Python code
- World ends.
Stack trace
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 Metadata
Metadata
Assignees
Labels
🚨This issue needs some love.This issue needs some love.api: datastoreIssues related to the googleapis/python-datastore API.Issues related to the googleapis/python-datastore API.triage meI really want to be triaged.I really want to be triaged.