Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
workflow
pypushflow
Commits
030ee583
Commit
030ee583
authored
Apr 07, 2020
by
payno
Browse files
remove useless code
parent
9dd7f39a
Changes
1
Hide whitespace changes
Inline
Side-by-side
pypushflow/test/pythonErrorHandlerTest.py
View file @
030ee583
...
...
@@ -29,7 +29,3 @@ def run(name, **kwargs):
reply
=
None
# This actor throws an exception
raise
RuntimeError
(
'Runtime error in pythonErrorHandlerTest.py!'
)
if
name
is
not
None
:
reply
=
'Hello '
+
name
+
'!'
return
{
'reply'
:
reply
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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