From a1f1331adbc798ac60c7da97d2d8a3048ac3030f Mon Sep 17 00:00:00 2001 From: Menno Norden <norden@astron.nl> Date: Thu, 13 Sep 2012 11:52:39 +0000 Subject: [PATCH] task #1723: added modules path for international user0..9 --- LCU/StationTest/stationtest.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LCU/StationTest/stationtest.py b/LCU/StationTest/stationtest.py index 6f0778cb5bc..1eda68a2a73 100755 --- a/LCU/StationTest/stationtest.py +++ b/LCU/StationTest/stationtest.py @@ -31,6 +31,7 @@ # 27 jan 2012: Store logfiles in /localhome/stationtest/data in "local mode" # 17 feb 2012: Added detection of oscillating tiles. # 9 mar 2012: Devide by 0 error solved in HBAtest +# 13 sept 2012: Added for user0..9 sys.path.append("/opt/stationtest/modules") # todo: # - Als meer dan 10 elementen geen rf signaal hebben, keur dan hele tile af @@ -43,6 +44,7 @@ import sys +sys.path.append("/opt/stationtest/modules") from optparse import OptionParser import cli import testlog -- GitLab