Mercurial > piecrust2
comparison 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 |
comparison
equal
deleted
inserted
replaced
1017:3c669bb9498e | 1018:3c6e6e7b9639 |
---|---|
357 source_name, item_spec = job['job_spec'] | 357 source_name, item_spec = job['job_spec'] |
358 | 358 |
359 # See if there's a next step to take. | 359 # See if there's a next step to take. |
360 npj = res.get('next_step_job') | 360 npj = res.get('next_step_job') |
361 if npj is not None: | 361 if npj is not None: |
362 npj['pass_num'] = cur_pass | |
362 npj['step_num'] = cur_step + 1 | 363 npj['step_num'] = cur_step + 1 |
363 userdata.next_step_jobs[source_name].append(npj) | 364 userdata.next_step_jobs[source_name].append(npj) |
364 | 365 |
365 # Make the pipeline do custom handling to update the record entry. | 366 # Make the pipeline do custom handling to update the record entry. |
366 ppinfo = userdata.ppmngr.getPipelineInfo(source_name) | 367 ppinfo = userdata.ppmngr.getPipelineInfo(source_name) |