diff --git a/CEP/Pipeline/recipes/sip/nodes/dppp.py b/CEP/Pipeline/recipes/sip/nodes/dppp.py
index f0a6d28cae45ffa21e2c9049748b6c03b4920920..6ef03658284f956278bf2bc0850586954c546c2e 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" %