From 67aede1a9cd28d1ef5a371db38ae5d1a10925bac Mon Sep 17 00:00:00 2001 From: Alexandre Gobbo Date: Thu, 15 Aug 2019 14:35:42 +0200 Subject: [PATCH] Closedown --- script/test/InterlockMotorGroup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/test/InterlockMotorGroup.py b/script/test/InterlockMotorGroup.py index 427b946..86e857e 100644 --- a/script/test/InterlockMotorGroup.py +++ b/script/test/InterlockMotorGroup.py @@ -25,8 +25,8 @@ class InterlockFourcv (Interlock): Interlock.__init__(self, (fourcv, mu, delta, gamma, eta)) def check(self, (p, m, d, g, e)): - - mg, dg, gg, eg = p + if + m, d, g, e = p mv = mm, md, mg, me = m!=mg, d!=dg, g!=gg, e!=eg nm = mv.count(True) simult = nm > 1