Mercurial > piecrust2
diff piecrust/baking/baker.py @ 1018:3c6e6e7b9639
bake: Fix totally broken page baking caused by previous commit.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 29 Nov 2017 21:35:49 -0800 |
parents | fa489c5e829e |
children | 506a5cb1e942 |
line wrap: on
line diff
--- a/piecrust/baking/baker.py Wed Nov 29 20:41:09 2017 -0800 +++ b/piecrust/baking/baker.py Wed Nov 29 21:35:49 2017 -0800 @@ -359,6 +359,7 @@ # See if there's a next step to take. npj = res.get('next_step_job') if npj is not None: + npj['pass_num'] = cur_pass npj['step_num'] = cur_step + 1 userdata.next_step_jobs[source_name].append(npj)