comparison piecrust/page.py @ 825:c30574f0dadc

Merge pull request #38 from GitHub.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 05 Feb 2017 22:37:25 -0800
parents e01473c3ea7e
children 4850f8c21b6e 601f4a236ee5
comparison
equal deleted inserted replaced
823:ad12a942cadd 825:c30574f0dadc
137 self._config = config 137 self._config = config
138 self._segments = content 138 self._segments = content
139 if was_cache_valid: 139 if was_cache_valid:
140 self._flags |= FLAG_RAW_CACHE_VALID 140 self._flags |= FLAG_RAW_CACHE_VALID
141 141
142 self.source.finalizeConfig(self)
142 143
143 def _parse_config_date(page_date): 144 def _parse_config_date(page_date):
144 if page_date is None: 145 if page_date is None:
145 return None 146 return None
146 147