Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
senpy
senpy
Commits
c803f60f
Commit
c803f60f
authored
May 17, 2017
by
J. Fernando Sánchez
Browse files
Merge branch 'drevicko/provide-analyse-traceback-in-log' into 0.8.x
parents
12eae16e
b6de72a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
senpy/extensions.py
View file @
c803f60f
...
...
@@ -178,7 +178,7 @@ class Senpy(object):
except
(
Error
,
Exception
)
as
ex
:
if
not
isinstance
(
ex
,
Error
):
ex
=
Error
(
message
=
str
(
ex
),
status
=
500
)
logger
.
e
rror
(
'Error returning analysis result'
)
logger
.
e
xception
(
'Error returning analysis result'
)
raise
ex
return
resp
...
...
Write
Preview
Supports
Markdown
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