Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove experiment leftovers
  • Loading branch information
ralsina committed May 12, 2015
1 parent fb8408f commit ae351ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nikola/plugins/task/posts.py
Expand Up @@ -30,7 +30,7 @@
from nikola import utils


def update_deps(post, lang, deps_dict, timeline, task):
def update_deps(post, lang, task):
"""Updates file dependencies as they might have been updated during compilation.
This is done for example by the ReST page compiler, which writes its
Expand Down Expand Up @@ -82,7 +82,7 @@ def tl_ch():
'file_dep': file_dep,
'targets': [dest],
'actions': [(post.compile, (lang, )),
(update_deps, (post, lang, deps_dict, kw['timeline'], )),
(update_deps, (post, lang, )),
],
'clean': True,
'uptodate': [
Expand Down

0 comments on commit ae351ce

Please sign in to comment.