Skip to content

Commit

Permalink
Merge 46e8e18 into 4ad394f
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandub committed Sep 12, 2015
2 parents 4ad394f + 46e8e18 commit 34f9fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simpl/incubator/rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def wrapped(*args, **kwargs):
raise MultiValidationError(exc.errors)

# validate the query string per the schema (if application):
query = bottle.request.query.dict
query = dict(bottle.request.query)
if query_schema is not None:
try:
query = query_schema(query)
Expand Down

0 comments on commit 34f9fad

Please sign in to comment.