From 90bd87ab8ece598b86b08b68415e409f0047a87f Mon Sep 17 00:00:00 2001
From: Ruud Overeem <overeem@astron.nl>
Date: Tue, 15 Apr 2008 11:20:57 +0000
Subject: [PATCH] Bug 1175: Output file is for OTDB.

---
 MAC/Deployment/data/OTDB/createPICfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAC/Deployment/data/OTDB/createPICfile b/MAC/Deployment/data/OTDB/createPICfile
index cba4e072d05..d0598df2e77 100755
--- a/MAC/Deployment/data/OTDB/createPICfile
+++ b/MAC/Deployment/data/OTDB/createPICfile
@@ -73,7 +73,7 @@ def expandCabinetMarker(dataPoint, nrRSP):
 PVSSbasefile= "../PVSS/PVSSDataPoints.base"
 StationFile = "../StaticMetaData/StationInfo"
 RingFile    = "../PVSS/Rings.list"
-ResultFile  = "./PVSSDatapoints.out"
+ResultFile  = "./OTDBDatapoints.out"
 filledLine  = re.compile("^[^#].*", re.MULTILINE)
 
 # construct a dictionary from the rings file: key is first character, value is ringname
-- 
GitLab