1
0
Fork 0

Update base.py

Updated logging for stage run
This commit is contained in:
HoopyFreud 2023-07-09 14:31:11 -04:00 committed by GitHub
parent 75a22cc51b
commit e1d3821792
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -114,8 +114,9 @@ class ChainPipeline:
kwargs = stage_kwargs or {}
kwargs = {**pipeline_kwargs, **kwargs}
logger.debug(
"running stage %s, parameters: %s",
"running stage %s with %s source images, parameters: %s",
name,
len(stage_sources) - stage_sources.count(None),
kwargs.keys(),
)