Skip to content

Commit

Permalink
Merge branch 'master' of github.com:getredash/redash
Browse files Browse the repository at this point in the history
  • Loading branch information
arikfr committed Apr 16, 2018
2 parents ed739e1 + 212c7ee commit 43a66fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redash/query_runner/treasuredata.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def run_query(self, query, user):
error = None
except errors.InternalError as e:
json_data = None
error = "%s: %s" % (e.message, cursor.show_job().get('debug', {}).get('stderr', 'No stderr message in the response')
error = "%s: %s" % (e.message, cursor.show_job().get('debug', {}).get('stderr', 'No stderr message in the response'))
return json_data, error

register(TreasureData)

0 comments on commit 43a66fa

Please sign in to comment.