Skip to content

Commit

Permalink
Merge pull request #1438 from someones/better_json_errors
Browse files Browse the repository at this point in the history
[ElasticSearch] Change: use simplejson for better error descriptions
  • Loading branch information
arikfr authored Dec 6, 2016
2 parents 4b6d4c1 + 4cd58cd commit fcd623e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion redash/query_runner/elasticsearch.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import json
import simplejson as json
import logging
import sys
import urllib
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ pystache==0.5.4
parsedatetime==2.1
cryptography==1.4
Flask-Limiter==0.9.3
simplejson==3.10.0

0 comments on commit fcd623e

Please sign in to comment.