Skip to content

Commit

Permalink
t push -u origin master
Browse files Browse the repository at this point in the history
  • Loading branch information
Song Yan Ho authored and Song Yan Ho committed Mar 21, 2017
1 parent e2b572d commit d629fbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Empty file added main
Empty file.
2 changes: 2 additions & 0 deletions superset/views/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,8 @@ def add(self):
sources = ConnectorRegistry.sources
for source in sources:
ds = db.session.query(ConnectorRegistry.sources[source]).first()
print source
print ds
if ds is not None:
url = "/{}/list/".format(ds.baselink)
msg = _("Click on a {} link to create a Slice".format(source))
Expand Down

0 comments on commit d629fbe

Please sign in to comment.