From 7b43f26619ca32a1e2e2b4c182201ef52be9d51a Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Sun, 19 Jun 2016 15:53:25 +0000 Subject: [PATCH] Task #8887: Do not delete NDPPP node parset for easier debugging. --- CEP/Pipeline/recipes/sip/nodes/dppp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CEP/Pipeline/recipes/sip/nodes/dppp.py b/CEP/Pipeline/recipes/sip/nodes/dppp.py index f0a6d28cae4..6ef03658284 100644 --- a/CEP/Pipeline/recipes/sip/nodes/dppp.py +++ b/CEP/Pipeline/recipes/sip/nodes/dppp.py @@ -136,7 +136,7 @@ class dppp(LOFARnodeTCP): # ***************************************************************** # 4. Add ms names to the parset, start/end times if availabe, etc. # 5. Add demixing parameters to the parset - parsetfile, self._prepare_steps(**kwargs), output_dir=working_directory #, unlink=False + parsetfile, self._prepare_steps(**kwargs), output_dir=working_directory, unlink=False ) as temp_parset_filename: self.logger.debug("Created temporary parset file: %s" % -- GitLab