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
ef2235bc
Commit
ef2235bc
authored
Jun 14, 2021
by
Valentin Valls
Browse files
Join the greenlet first
parent
7ca7ec01
Pipeline
#48527
passed with stages
in 158 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bliss/data/scan.py
View file @
ef2235bc
...
...
@@ -353,7 +353,10 @@ class ScansWatcher:
try
:
self
.
wait_terminated
(
timeout
=
1
)
finally
:
gwatcher
.
kill
()
try
:
gwatcher
.
join
(
timeout
=
1
)
except
Exception
:
gwatcher
.
kill
()
def
run
(
self
):
"""
...
...
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