Skip to content
Snippets Groups Projects
Commit adacc10c authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #8475: Print interface to pulp

parent 37c1cf52
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@ import sys
import pulp
from string import join
import pprint
from lofarpipe.support.control import control
from lofarpipe.support.data_map import DataMap, validate_data_maps
from lofarpipe.support.lofarexceptions import PipelineException
......@@ -172,6 +173,7 @@ class pulsar_pipeline(control):
# Run the pulsar pipeline
self.logger.debug("Starting pulp with: " + join(sys.argv))
self.logger.debug("Calling pulp.pulp(self) with self = %s", pprint.pformat(vars(self)))
p = pulp.pulp(self) # TODO: MUCK self to capture the API
# NOTE: PULP returns 0 on SUCCESS!!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment