From dbd26e1b54e97825d684873c63a5fe1570e50bda Mon Sep 17 00:00:00 2001 From: Alwin de Jong <jong@astron.nl> Date: Mon, 31 Mar 2014 14:18:32 +0000 Subject: [PATCH] Task #3772: solve indentation errors --- .../recipes/sip/bin/pulsar_pipeline.py | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/CEP/Pipeline/recipes/sip/bin/pulsar_pipeline.py b/CEP/Pipeline/recipes/sip/bin/pulsar_pipeline.py index 9bb8561c645..6d9b079d2a7 100755 --- a/CEP/Pipeline/recipes/sip/bin/pulsar_pipeline.py +++ b/CEP/Pipeline/recipes/sip/bin/pulsar_pipeline.py @@ -26,20 +26,20 @@ from lofarpipe.support.loggingdecorators import mail_log_on_exception, duration class pulsar_pipeline(control): - """ - This is the main wrapper class around the pulsar pipeline for - integration of the pulsar pipelines as a 'black-box' - """ + """ + This is the main wrapper class around the pulsar pipeline for + integration of the pulsar pipelines as a 'black-box' + """ def __init__(self): - super(preprocessing_pipeline, self).__init__() - self.parset = parameterset() - self.input_data = [] - self.output_data = [] - self.io_data_mask = [] - self.parset_feedback_file = None + super(preprocessing_pipeline, self).__init__() + self.parset = parameterset() + self.input_data = [] + self.output_data = [] + self.io_data_mask = [] + self.parset_feedback_file = None + - def go(self): """ Read the parset-file that was given as input argument; -- GitLab