From 498c8e525574f3edfaeba9b9bcc0930c0f6610b5 Mon Sep 17 00:00:00 2001
From: Wouter Klijn <klijn@astron.nl>
Date: Fri, 14 Jun 2013 08:03:22 +0000
Subject: [PATCH] Task #4518: typo

---
 CEP/Pipeline/recipes/sip/nodes/imager_prepare.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CEP/Pipeline/recipes/sip/nodes/imager_prepare.py b/CEP/Pipeline/recipes/sip/nodes/imager_prepare.py
index 16688688c48..cf92cfec036 100644
--- a/CEP/Pipeline/recipes/sip/nodes/imager_prepare.py
+++ b/CEP/Pipeline/recipes/sip/nodes/imager_prepare.py
@@ -124,7 +124,7 @@ class imager_prepare(LOFARnodeTCP):
 
         return 0
 
-    def add_beam_tables(time_slices_path_list)
+    def add_beam_tables(time_slices_path_list):
         beamtable_proc_group = SubProcessGroup(self.logger)
         for ms_path in time_slices_path_list:
             cmd_string = "makebeamtables ms={0} overwrite=true".format(ms_path)
-- 
GitLab