From 1bdf6238051408d2d374353dac09f61ba4ddd0e7 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 17 Oct 2017 16:30:08 +0200 Subject: [PATCH] Closedown --- script/local.py | 8 ++++---- script/tests/tests.properties | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/script/local.py b/script/local.py index 7e86d04..3b35276 100644 --- a/script/local.py +++ b/script/local.py @@ -161,9 +161,9 @@ class Interlock: msg.extend(modebytes) print 'setInterlockMode', binascii.hexlify(msg) if udp.send(msg) == null: - return false + return False else: - return true + return True def getInterlockMode(self): import binascii @@ -180,9 +180,9 @@ class Interlock: msg = self._msgReset() print 'masterReset', binascii.hexlify(msg) if not udp.send(msg): - return false + return False else: - return true + return True class UDPDatagram: """ diff --git a/script/tests/tests.properties b/script/tests/tests.properties index edf9f0d..856ccce 100644 --- a/script/tests/tests.properties +++ b/script/tests/tests.properties @@ -1,5 +1,5 @@ #TestingList for pshell: configuration properties -#Tue Oct 17 16:29:15 CEST 2017 +#Tue Oct 17 16:29:36 CEST 2017 customPanel= showEnabledTestsOnly=true listFilter=rps-test