From 79de7199c840663462a9a6d18ba0b044ce979fce Mon Sep 17 00:00:00 2001
From: Pieter Donker <donker@astron.nl>
Date: Wed, 7 May 2014 17:21:21 +0000
Subject: [PATCH] Task #1418  repaired tbb version check error

---
 LCU/checkhardware/lib/lofar_lib.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/LCU/checkhardware/lib/lofar_lib.py b/LCU/checkhardware/lib/lofar_lib.py
index c3c9601f505..c0800cea538 100644
--- a/LCU/checkhardware/lib/lofar_lib.py
+++ b/LCU/checkhardware/lib/lofar_lib.py
@@ -98,7 +98,7 @@ def readStationConfig():
         if key == "RS.N_RSPBOARDS":
             nRSP = int(val)
             continue
-        if key == "RS.N_TBBBOARDS":
+        if key == "RS.N_TBBOARDS":
             nTBB = int(val)
             continue    
         if key == "RS.N_LBAS":
-- 
GitLab