From e18098b415e77e39dd548399c02fdc2eeb86157a Mon Sep 17 00:00:00 2001
From: Martin Gels <gels@astron.nl>
Date: Tue, 1 Jul 2008 07:59:58 +0000
Subject: [PATCH] Bug 1005: Oeps, wrong place

---
 Appl/CEP/CS1/CS1_Run/src/CS1_Run.py | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/Appl/CEP/CS1/CS1_Run/src/CS1_Run.py b/Appl/CEP/CS1/CS1_Run/src/CS1_Run.py
index b411bb2046f..69a1ca00405 100755
--- a/Appl/CEP/CS1/CS1_Run/src/CS1_Run.py
+++ b/Appl/CEP/CS1/CS1_Run/src/CS1_Run.py
@@ -35,9 +35,8 @@ def doObservation(obsID, parset):
 	sys.exit(1)
 
     sectionTable = dict({\
-        'InputSection': InputSection(parset, list003),
-	#'BGLProcSection': BGLProcSection(parset, userId.getHost(), options.partition),
-	#'StorageSection': StorageSection(parset, listfen)
+	'BGLProcSection': BGLProcSection(parset, userId.getHost(), options.partition),
+	'StorageSection': StorageSection(parset, listfen)
 	#Flagger(parset, listfen)
         })
 
-- 
GitLab