diff piecrust/sources/taxonomy.py @ 871:504ddb370df8

refactor: Fixing some issues with baking assets.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 13 Jun 2017 22:30:27 -0700
parents 9bb22bbe093c
children d1095774bfcf
line wrap: on
line diff
--- a/piecrust/sources/taxonomy.py	Mon Jun 12 22:30:06 2017 -0700
+++ b/piecrust/sources/taxonomy.py	Tue Jun 13 22:30:27 2017 -0700
@@ -294,7 +294,7 @@
         prev_entry = ctx.previous_entry
         cur_entry = result.record_entry
         cur_entry.term = content_item.metadata['term']
-        self._pagebaker.bake(page, prev_entry, cur_entry, [])
+        self._pagebaker.bake(page, prev_entry, cur_entry)
 
     def postJobRun(self, ctx):
         # We create bake entries for all the terms that were *not* dirty.