From 5c501a61003261cf394b6671aba9b80ac33354b5 Mon Sep 17 00:00:00 2001 From: gobbo_a Date: Mon, 29 Aug 2022 17:05:43 +0200 Subject: [PATCH] Script execution --- script/test/test_abort.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/script/test/test_abort.py b/script/test/test_abort.py index 3e62325..eb1c580 100644 --- a/script/test/test_abort.py +++ b/script/test/test_abort.py @@ -1 +1,5 @@ +def on_abort(parent_thread): + print ("abort") + + time.sleep(10.0) \ No newline at end of file