pipeline: fix small whitespace issue

David, where are you? Gotta do all those myself now.
This commit is contained in:
Christian Kellner 2021-12-06 16:01:52 +00:00 committed by mergify[bot]
parent 70634d7578
commit 73dd612cad

View file

@ -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)