From 6ec435dcb8c533357a2487292a3184124bf9e1d2 Mon Sep 17 00:00:00 2001 From: gobbo_a Date: Mon, 29 Aug 2022 18:39:54 +0200 Subject: [PATCH] Script execution --- script/test/test_abort.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/script/test/test_abort.py b/script/test/test_abort.py index 9bf12fa..eb7de31 100644 --- a/script/test/test_abort.py +++ b/script/test/test_abort.py @@ -26,7 +26,9 @@ import signal # #signal.raise_signal(signal.SIGIOT) - +def on_close(parent_thread): + print ("close") + on_abort(parent_thread) #def handler(signum, frame): # print('Signal handler called with signal', signum)