# HG changeset patch # User Ludovic Chabant # Date 1500823197 25200 # Node ID 98becbc75ccccbde83fe80ca57ef36dcf48097fd # Parent b4156f5d4368f5baa6b72943c0c42eac218bbfe9 showrecord: Don't show the records if we just want to see a manifest. diff -r b4156f5d4368 -r 98becbc75ccc piecrust/commands/builtin/baking.py --- 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