mirror of
https://github.com/Novartis/cellxgene-gateway.git
synced 2026-09-15 12:47:59 +08:00
misnamed key in process_exception.py
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user