Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
timifasubaa authored May 18, 2018
1 parent f52f7aa commit 63115fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/views/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1234,7 +1234,7 @@ def datasource_info(datasource_id, datasource_type, form_data):

if not datasource_id:
raise Exception(
'The data source associated with this chart no longer exists')
'The datasource associated with this chart no longer exists')
datasource_id = int(datasource_id)
return datasource_id, datasource_type

Expand Down

0 comments on commit 63115fb

Please sign in to comment.