From 5c41dbb18d767db63f6aef3cdd32e0ef420d7a3c Mon Sep 17 00:00:00 2001 From: Alok Saldanha Date: Tue, 17 Sep 2019 11:35:12 -0400 Subject: [PATCH] #2 remove missing property --- cellxgene_gateway/gateway.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cellxgene_gateway/gateway.py b/cellxgene_gateway/gateway.py index c84af9e..fb591e5 100644 --- a/cellxgene_gateway/gateway.py +++ b/cellxgene_gateway/gateway.py @@ -48,7 +48,6 @@ def handle_invalid_usage(error): "cellxgene_error.html", extra_scripts=get_extra_scripts(), message=message, - path=error.path, ), error.http_status, )