Mercurial > piecrust2
diff piecrust/commands/builtin/baking.py @ 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 | 803c5c28a71f |
children | 45ad976712ec |
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