Mercurial > piecrust2
changeset 898:98becbc75ccc
showrecord: Don't show the records if we just want to see a manifest.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 23 Jul 2017 08:19:57 -0700 |
parents | b4156f5d4368 |
children | e52e2dd08c96 |
files | piecrust/commands/builtin/baking.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/piecrust/commands/builtin/baking.py Sat Jul 08 22:01:00 2017 -0700 +++ b/piecrust/commands/builtin/baking.py Sun Jul 23 08:19:57 2017 -0700 @@ -203,7 +203,7 @@ records._record_version)) logger.info("") - if not ctx.args.show_stats: + if not ctx.args.show_stats and not ctx.args.show_manifest: for rec in records.records: if ctx.args.fails and rec.success: continue