osbuild/monitor.py: improve naming of progress
This commit is contained in:
parent
86cd09b121
commit
41f528eeb2
2 changed files with 3 additions and 1 deletions
|
|
@ -317,7 +317,7 @@ class JSONSeqMonitor(BaseMonitor):
|
|||
def begin(self, pipeline: osbuild.Pipeline):
|
||||
self._context.set_pipeline(pipeline)
|
||||
if pipeline.stages:
|
||||
self._progress.sub_progress = Progress("stages", len(pipeline.stages))
|
||||
self._progress.sub_progress = Progress(f"pipeline: {pipeline.name}", len(pipeline.stages))
|
||||
self.log(f"Starting pipeline {pipeline.name}", origin="osbuild.monitor")
|
||||
|
||||
# finish is for pipelines
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue