Mercurial > piecrust2
diff piecrust/commands/builtin/baking.py @ 1133:fe0af94ca757
showrecords: Tiny cosmetic change for the output.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 23 Apr 2018 21:36:22 -0700 |
parents | 54159951d97a |
children |
line wrap: on
line diff
--- a/piecrust/commands/builtin/baking.py Mon Apr 16 22:22:54 2018 -0700 +++ b/piecrust/commands/builtin/baking.py Mon Apr 23 21:36:22 2018 -0700 @@ -293,6 +293,7 @@ for k, v in rec.user_data.items(): logger.info(" %s: %s" % (k, v)) + logger.info("Entries:") for e in entries_to_show: _print_record_entry(e) logger.info("")