Skip to content

Commit 43a66fa

Browse files
committed
Merge branch 'master' of github.com:getredash/redash
2 parents ed739e1 + 212c7ee commit 43a66fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

redash/query_runner/treasuredata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def run_query(self, query, user):
120120
error = None
121121
except errors.InternalError as e:
122122
json_data = None
123-
error = "%s: %s" % (e.message, cursor.show_job().get('debug', {}).get('stderr', 'No stderr message in the response')
123+
error = "%s: %s" % (e.message, cursor.show_job().get('debug', {}).get('stderr', 'No stderr message in the response'))
124124
return json_data, error
125125

126126
register(TreasureData)

0 commit comments

Comments
 (0)