Mercurial > piecrust2
comparison piecrust/serving/procloop.py @ 1045:2f39ffa601a9
serve: Re-enable baking assets when running the server.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 23 Jan 2018 08:54:27 -0800 |
parents | 54eb8ad9e809 |
children | 971b4d67e82a |
comparison
equal
deleted
inserted
replaced
1044:7b64eb5bbc81 | 1045:2f39ffa601a9 |
---|---|
120 logger.error("Error initializing processing loop:") | 120 logger.error("Error initializing processing loop:") |
121 logger.exception(ex) | 121 logger.exception(ex) |
122 return | 122 return |
123 | 123 |
124 logger.debug("Doing initial processing loop bake...") | 124 logger.debug("Doing initial processing loop bake...") |
125 # self.runPipelines() | 125 self.runPipelines() |
126 | 126 |
127 self.onStart() | 127 self.onStart() |
128 | 128 |
129 def onStart(self): | 129 def onStart(self): |
130 raise NotImplementedError() | 130 raise NotImplementedError() |