From d6b60b0e922be4cbbb7e21cb74d8519ed547f547 Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Wed, 18 Mar 2015 14:02:12 +0000 Subject: [PATCH] Task #7345: Removed tab identation --- CEP/Pipeline/recipes/sip/bin/pulsar_pipeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CEP/Pipeline/recipes/sip/bin/pulsar_pipeline.py b/CEP/Pipeline/recipes/sip/bin/pulsar_pipeline.py index 2d1990dd774..215f2253f52 100755 --- a/CEP/Pipeline/recipes/sip/bin/pulsar_pipeline.py +++ b/CEP/Pipeline/recipes/sip/bin/pulsar_pipeline.py @@ -160,7 +160,7 @@ class pulsar_pipeline(control): self.logger.debug("Starting pulp with: " + join(sys.argv)) p = pulp.pulp(self) # TODO: MUCK self to capture the API - # NOTE: PULP returns 0 on SUCCESS!! + # NOTE: PULP returns 0 on SUCCESS!! if p.go(): self.logger.error("PULP did not succeed. Bailing out!") return 1 -- GitLab