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
Bliss
bliss
Commits
99843b25
Commit
99843b25
authored
May 05, 2021
by
Valentin Valls
Browse files
Allow to display the logged exceptions if needed
parent
e6053c79
Changes
1
Hide whitespace changes
Inline
Side-by-side
bliss/common/regulation.py
View file @
99843b25
...
...
@@ -2109,7 +2109,7 @@ class RegPlot:
self
.
fig
.
submit
(
"setAutoReplot"
,
True
)
except
(
gevent
.
timeout
.
Timeout
,
Exception
)
as
e
:
pass
except
(
gevent
.
timeout
.
Timeout
,
Exception
):
log_debug
(
self
,
"Error while plotting the data"
,
exc_info
=
True
)
gevent
.
sleep
(
self
.
sleep_time
)
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