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

Allow bytes or string as project value in datastore clients. #1638

Merged
merged 1 commit into from
Mar 22, 2016

Conversation

dhermes
Copy link
Contributor

@dhermes dhermes commented Mar 18, 2016

Fixes #1625. Was "fixed" in #1505 but missed datastore.

FYI @pcostell

@dhermes dhermes added the api: datastore Issues related to the Datastore API. label Mar 18, 2016
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 18, 2016
self.namespace = namespace
self._batch_stack = _LocalStack()
super(Client, self).__init__(credentials, http)

@staticmethod
def _determine_default(project):
return _determine_default_project(project)

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@tseaver
Copy link
Contributor

tseaver commented Mar 22, 2016

LGTM

dhermes added a commit that referenced this pull request Mar 22, 2016
Allow bytes or string as project value in datastore clients.
@dhermes dhermes merged commit 6b46045 into googleapis:master Mar 22, 2016
@dhermes dhermes deleted the fix-1625 branch March 22, 2016 01:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: datastore Issues related to the Datastore API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

gcloud._helpers._compute_engine_id should return a str (Python 3)
3 participants