From 05d28ae0ddcea19f9e931946d153c17b6cc7c67b Mon Sep 17 00:00:00 2001
From: Adriaan Renting <renting@astron.nl>
Date: Thu, 14 Jan 2016 18:06:14 +0000
Subject: [PATCH] Task #8432: trying to fix my regression test, might be OSX
 diff bug

---
 SAS/XML_generator/src/xmlgen.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SAS/XML_generator/src/xmlgen.py b/SAS/XML_generator/src/xmlgen.py
index 070cfef851b..56929443bc3 100755
--- a/SAS/XML_generator/src/xmlgen.py
+++ b/SAS/XML_generator/src/xmlgen.py
@@ -786,7 +786,7 @@ def writeImagingPipelineXML(ofile, input_list, bbsParameters):
           <topology>%(imaging_pipe_topology)s</topology>
           <predecessor_topology>%(imaging_pipe_predecessors_string)s</predecessor_topology>
           <name>%(imaging_pipe_name)s</name>
-          <description>%(imaging_pipe_name)s (Imaging pipeline beam %(beamNr)s</description>
+          <description>%(imaging_pipe_name)s (Imaging pipeline beam %(beamNr)s)</description>
           <imagingPipelineAttributes>
             <defaultTemplate>%(imaging_pipe_default_template)s</defaultTemplate>
             <duration>%(imaging_pipe_duration)s</duration>
-- 
GitLab