pipeline: fix small whitespace issue
David, where are you? Gotta do all those myself now.
This commit is contained in:
parent
70634d7578
commit
73dd612cad
1 changed files with 1 additions and 1 deletions
|
|
@ -311,7 +311,7 @@ class Pipeline:
|
|||
|
||||
return results, build_tree, tree
|
||||
|
||||
def run(self, store, monitor, libdir,stage_timeout=None):
|
||||
def run(self, store, monitor, libdir, stage_timeout=None):
|
||||
results = {"success": True}
|
||||
|
||||
monitor.begin(self)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue