Skip to content

Commit

Permalink
Merge pull request #59 from sbrunner/sqs-return-tile
Browse files Browse the repository at this point in the history
Add missing return tile on put_one in SQS store
  • Loading branch information
sbrunner committed Mar 24, 2013
2 parents cbcfe07 + b8930d9 commit b751feb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tilecloud/store/sqs.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,4 @@ def put_one(self, tile):
tile.sqs_message = sqs_message
except SQSError as e:
tile.error = e
return tile

0 comments on commit b751feb

Please sign in to comment.