diff piecrust/sources/prose.py @ 866:d9059257743c

refactor: Make the linker work again.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 12 Jun 2017 22:10:50 -0700
parents f070a4fc033c
children a4d7ff2cdc5c
line wrap: on
line diff
--- a/piecrust/sources/prose.py	Thu Jun 08 23:32:19 2017 -0700
+++ b/piecrust/sources/prose.py	Mon Jun 12 22:10:50 2017 -0700
@@ -17,7 +17,7 @@
         metadata = super()._doCreateItemMetadata(path)
         config = metadata.setdefault('config', {})
         config.update(self._makeConfig(path))
-        return config
+        return metadata
 
     def _makeConfig(self, path):
         c = copy.deepcopy(self.config_recipe)