From 186ccde277d97541c73d20336509a23cf024f044 Mon Sep 17 00:00:00 2001 From: Alok Saldanha Date: Mon, 30 Mar 2020 17:47:46 -0400 Subject: [PATCH] misnamed key in process_exception.py --- cellxgene_gateway/process_exception.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cellxgene_gateway/process_exception.py b/cellxgene_gateway/process_exception.py index 6e6ea36..d1d1b85 100644 --- a/cellxgene_gateway/process_exception.py +++ b/cellxgene_gateway/process_exception.py @@ -9,7 +9,7 @@ class ProcessException(Exception): - def __init__(self, message, stdout, stderr, http_status, dataset): + def __init__(self, message, stdout, stderr, http_status, key): Exception.__init__(self) self.message = message self.stdout = stdout