Removing raise statement used for testing
This commit is contained in:
parent
7a4eaf41b2
commit
85f3857285
|
|
@ -255,7 +255,6 @@ class Panoramix(BaseView):
|
|||
@has_access
|
||||
@expose("/datasource/<datasource_type>/<datasource_id>/")
|
||||
def datasource(self, datasource_type, datasource_id):
|
||||
raise
|
||||
if datasource_type == "table":
|
||||
datasource = (
|
||||
db.session
|
||||
|
|
|
|||
Loading…
Reference in New Issue