Skip to content

Commit

Permalink
Merge pull request #20 from arkilic/master
Browse files Browse the repository at this point in the history
MNT: Fix typo in TypeError
  • Loading branch information
klauer committed Jun 7, 2016
2 parents b8e322b + 197ce70 commit 24d8887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amostra/server/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def unpack_params(handler):
if isinstance(handler, tornado.web.RequestHandler):
return ujson.loads(list(handler.request.arguments.keys())[0])
else:
raise TypeError("Wrong type", handler)
raise TypeError("Wrong type")


def return2client(handler, payload):
Expand Down

0 comments on commit 24d8887

Please sign in to comment.