Skip to content

Commit

Permalink
remove experiment leftovers
Browse files Browse the repository at this point in the history
  • 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
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
from nikola import utils 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. """Updates file dependencies as they might have been updated during compilation.
This is done for example by the ReST page compiler, which writes its 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, 'file_dep': file_dep,
'targets': [dest], 'targets': [dest],
'actions': [(post.compile, (lang, )), 'actions': [(post.compile, (lang, )),
(update_deps, (post, lang, deps_dict, kw['timeline'], )), (update_deps, (post, lang, )),
], ],
'clean': True, 'clean': True,
'uptodate': [ 'uptodate': [
Expand Down

0 comments on commit ae351ce

Please sign in to comment.