Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Strand Lab
Strand Lab Cellxgene Gateway
Commits
186ccde2
Commit
186ccde2
authored
Mar 30, 2020
by
Alok Saldanha
Browse files
misnamed key in process_exception.py
parent
2b65c095
Changes
1
Hide whitespace changes
Inline
Side-by-side
cellxgene_gateway/process_exception.py
View file @
186ccde2
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment