mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 09:28:51 +00:00
Fix syntax error
This commit is contained in:
parent
e17e36f9e4
commit
ce50042407
@ -120,7 +120,7 @@ class TreasureData(BaseQueryRunner):
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user