Mercurial > piecrust2
diff piecrust/serving/procloop.py @ 855:448710d84121
refactor: Get the taxonomy support back to a functional state.
There's now a taxonomy content source that wraps another normal content source
like a blog posts' source. It works in tandem with a taxonomy content pipeline
that will do the heavy lifting of figuring out what kind of terms exist and
need to be baked.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 06 Jun 2017 00:26:21 -0700 |
parents | 08e02c2a2a1a |
children | c71472e6537f |
line wrap: on
line diff
--- a/piecrust/serving/procloop.py Sun Jun 04 23:34:28 2017 -0700 +++ b/piecrust/serving/procloop.py Tue Jun 06 00:26:21 2017 -0700 @@ -257,7 +257,7 @@ logger.error(" " + e) # Do all the final stuff. - ppmngr.buildHistoryDiffs() + ppmngr.postJobRun() ppmngr.deleteStaleOutputs() ppmngr.collapseRecords() ppmngr.shutdownPipelines()