Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Aug 18, 2016
1 parent 6e16593 commit a983ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/plugins/compile/rest/post_list.py
Expand Up @@ -173,7 +173,7 @@ def run(self):
date = self.options.get('date')

output, deps = _do_post_list(start, stop, reverse, tags, categories, sections, slugs, post_type, type,
all, lang, template, sort, state=self.state, site=self.site, date=date)
all, lang, template, sort, state=self.state, site=self.site, date=date)
self.state.document.settings.record_dependencies.add("####MAGIC####TIMELINE")
for d in deps:
self.state.document.settings.record_dependencies.add(d)
Expand Down

0 comments on commit a983ed4

Please sign in to comment.