Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
fsleyes
fsleyes-widgets
Commits
e4131bd5
Commit
e4131bd5
authored
Aug 28, 2018
by
Paul McCarthy
🚵
Browse files
Merge branch 'rf/quieten_status' into 'master'
Rf/quieten status See merge request fsl/fsleyes/widgets!23
parents
ad07edc2
caa87c7c
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.rst
View file @
e4131bd5
...
...
@@ -2,6 +2,18 @@ This document contains the ``fsleyes-widgets`` release history in reverse
chronological order.
0.6.3 (Tuesday August 28th 2018)
--------------------------------
Changed
^^^^^^^
* The :func:`.reportIfError` function no longer emits a stack trace when
logging errors.
0.6.2 (Tuesday June 5th 2018)
-----------------------------
...
...
fsleyes_widgets/utils/status.py
View file @
e4131bd5
...
...
@@ -158,7 +158,7 @@ def reportIfError(title, msg, raiseError=True, report=True):
except
Exception
as
e
:
log
.
error
(
'{}: {}'
.
format
(
title
,
msg
)
,
exc_info
=
True
)
log
.
error
(
'{}: {}'
.
format
(
title
,
msg
))
if
report
:
reportError
(
title
,
msg
,
e
)
...
...
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