Skip to content

Silent error when calling datastore.put() on nonlist #649

@elibixby

Description

@elibixby

Repro instructions:

ent = datastore.Entity(key=datastore.Key('test',1))
datastore.put(ent)

Entity is not put in the datastore, and call completes successfully.

Metadata

Metadata

Assignees

Labels

api: datastoreIssues related to the Datastore API.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions