From cb2af717e7c449965603fa71bae7d553a31dbf6d Mon Sep 17 00:00:00 2001 From: Alexandre Gobbo Date: Wed, 22 Jan 2020 14:27:20 +0100 Subject: [PATCH] Script execution --- script/test/TestFinal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/test/TestFinal.py b/script/test/TestFinal.py index 38ecf5e..4877547 100644 --- a/script/test/TestFinal.py +++ b/script/test/TestFinal.py @@ -3,7 +3,7 @@ class TestDev(DeviceBase): def doSomething(self): - self.setCache("VALUE", -1) + self.setCache("VALUE") dev = TestDev("Test")