Mercurial > piecrust2
diff piecrust/commands/builtin/baking.py @ 883:803c5c28a71f
showrecord: Fix bug when filtering output paths.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 17 Jun 2017 15:14:38 -0700 |
parents | 58ae026b4c31 |
children | 98becbc75ccc |
line wrap: on
line diff
--- a/piecrust/commands/builtin/baking.py Sat Jun 17 09:14:36 2017 -0700 +++ b/piecrust/commands/builtin/baking.py Sat Jun 17 15:14:38 2017 -0700 @@ -182,7 +182,7 @@ out_pattern = None if ctx.args.out_path: - out_pattern = '*%s*' % ctx.args.out.strip('*') + out_pattern = '*%s*' % ctx.args.out_path.strip('*') pipelines = ctx.args.pipelines if not pipelines: