Skip to content
Snippets Groups Projects
Commit 8265efe3 authored by Alwin de Jong's avatar Alwin de Jong
Browse files

Task #3772:pulp call corrected

parent 3d3d8921
No related branches found
No related tags found
No related merge requests found
...@@ -169,7 +169,7 @@ class pulsar_pipeline(control): ...@@ -169,7 +169,7 @@ class pulsar_pipeline(control):
# Run the pulsar pipeline # Run the pulsar pipeline
self.logger.debug("Starting pulp with: " + join(sys.argv)) self.logger.debug("Starting pulp with: " + join(sys.argv))
p = pulp() p = pulp.pulp(self)
return 0 return 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment