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