Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alison985 committed Jul 19, 2017
1 parent cd9ba8a commit bcfe37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redash/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ def store_result(cls, org, data_source, query_hash, query, data, run_time, retri
try:
data_scanned_information = json.loads(data)['data_scanned']
except (ValueError, TypeError) as e:
data_scanned_information = e
data_scanned_information = 'error'

query_result = cls(org=org,
query_hash=query_hash,
Expand Down

0 comments on commit bcfe37a

Please sign in to comment.