summaryrefslogtreecommitdiffstats
path: root/dashboard
diff options
context:
space:
mode:
authorMatthewLi <matthew.lijun@huawei.com>2016-12-21 20:00:04 -0500
committerMatthewLi <matthew.lijun@huawei.com>2016-12-21 20:00:58 -0500
commit8f3a955068dbeb6470ff0ff8e133645509f0dae1 (patch)
tree9a0759f855af7beed5e16e5fac0635a4a4c0e7c0 /dashboard
parent1124a453feb24308f58bda363c229f632cafd82f (diff)
dovetail tool: flake8 support in tox
JIRA: DOVETAIL-168 Change-Id: I1659e906c8ec810b6e21cc13da4e54a06d5ab80b Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'dashboard')
-rwxr-xr-xdashboard/backend/dovetail/api/api.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/dashboard/backend/dovetail/api/api.py b/dashboard/backend/dovetail/api/api.py
index 0f405f23..4fc97ebd 100755
--- a/dashboard/backend/dovetail/api/api.py
+++ b/dashboard/backend/dovetail/api/api.py
@@ -171,6 +171,7 @@ def _get_request_args(**kwargs):
args[key] = converter(value)
return args
+
'''
@app.teardown_appcontext
def shutdown_session(exception=None):