Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Aug 6, 2015
1 parent 007a103 commit ea8239c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/plugins/task/archive.py
Expand Up @@ -67,7 +67,7 @@ def _prepare_task(self, kw, name, lang, posts, items, template_name,
if posts is not None:
context["posts"] = posts
# Depend on all post metadata because it can be used in templates (Issue #1931)
task_cfg.append(repr(p) for p in posts)
task_cfg.append([repr(p) for p in posts])
else:
# Depend on the content of items, to rebuild if links change (Issue #1931)
context["items"] = items
Expand Down

0 comments on commit ea8239c

Please sign in to comment.