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
f19de334
Commit
f19de334
authored
Apr 08, 2021
by
Olof Svensson
Browse files
BES-312
: Removed text from error message
parent
eca97961
Changes
1
Hide whitespace changes
Inline
Side-by-side
pypushflow/PythonActor.py
View file @
f19de334
...
...
@@ -55,7 +55,7 @@ def trace_unhandled_exceptions(func):
try
:
outData
=
func
(
*
args
,
**
kwargs
)
except
Exception
as
e
:
errorMessage
=
'
In trace unhandled exceptions:
{0}'
.
format
(
e
)
errorMessage
=
'{0}'
.
format
(
e
)
logger
.
exception
(
errorMessage
)
traceBack
=
traceback
.
format_exc
()
return
ActorWrapperException
(
...
...
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