Skip to content

Commit

Permalink
fix error seen by felix
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed May 28, 2015
1 parent 64f5d0b commit 66655e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nikola/plugins/command/check.py
Expand Up @@ -55,6 +55,8 @@ def _call_nikola_list(site):
deps[target].extend(task.file_dep)
for task in generate_tasks('post_render', site.gen_tasks('render_site', "LateTask", '')):
files.extend(task.targets)
for target in task.targets:
deps[target].extend(task.file_dep)
return files, deps


Expand Down

0 comments on commit 66655e5

Please sign in to comment.