Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
bdffa8ba
Commit
bdffa8ba
authored
Nov 16, 2020
by
Antoine Kaufmann
Browse files
experiments: actually kill during kill phase in python experiments
parent
bba4e2bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
experiments/modes/exectools.py
experiments/modes/exectools.py
+1
-1
No files found.
experiments/modes/exectools.py
View file @
bdffa8ba
...
...
@@ -104,7 +104,7 @@ class Component(object):
self
.
proc
.
terminate
()
async
def
kill
(
self
):
self
.
proc
.
terminate
()
self
.
proc
.
kill
()
async
def
int_term_kill
(
self
,
delay
=
5
):
await
self
.
interrupt
()
...
...
Write
Preview
Markdown
is supported
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