1
0
Fork 0

use correct pipeline output

This commit is contained in:
Sean Sube 2023-07-04 17:14:25 -05:00
parent ac55fbd7d0
commit 17b90ef2d7
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 2 additions and 2 deletions

View File

@ -205,6 +205,6 @@ class ChainPipeline:
logger.info( logger.info(
"finished pipeline in %s with %s results", "finished pipeline in %s with %s results",
duration, duration,
len(stage_outputs), len(stage_sources),
) )
return stage_outputs return stage_sources