From f9ee7421b3df99a73756bab89ddebab750eba3b1 Mon Sep 17 00:00:00 2001 From: gac-x04sa Date: Tue, 30 Oct 2018 10:30:40 +0100 Subject: [PATCH] Script execution --- script/device/Mythen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/device/Mythen.py b/script/device/Mythen.py index 7d565a3..fae1dc8 100644 --- a/script/device/Mythen.py +++ b/script/device/Mythen.py @@ -65,7 +65,7 @@ class Mythen(DeviceBase, Readable): self.read() self.is_acquiring() - def abort(): + def abort(self): while (mythen.is_acquiring()): mythen.stop() time.sleep(0.25)