Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemia committed Aug 26, 2014
1 parent 5f796e6 commit 4a772c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcloud/datastore/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ def order(self, *properties):
clone = self._clone()

for p in properties:
property_order = self._pb.order.add()
property_order = clone._pb.order.add()

if p.startswith('-'):
property_order.property.name = p[1:]
Expand Down

0 comments on commit 4a772c7

Please sign in to comment.