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
Bliss
bliss
Commits
7ca7ec01
Commit
7ca7ec01
authored
Jun 11, 2021
by
Valentin Valls
Browse files
Set name to the gevent greenlet
parent
d0041a0c
Pipeline
#48493
failed with stages
in 100 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bliss/data/scan.py
View file @
7ca7ec01
...
...
@@ -344,6 +344,7 @@ class ScansWatcher:
"""
try
:
gwatcher
=
gevent
.
spawn
(
self
.
run
)
gwatcher
.
name
=
"bliss_scans_watcher"
self
.
wait_ready
(
timeout
=
3
)
yield
gwatcher
finally
:
...
...
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