Skip to content

Commit ae351ce

Browse files
committedMay 12, 2015
remove experiment leftovers
1 parent fb8408f commit ae351ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎nikola/plugins/task/posts.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
from nikola import utils
3131

3232

33-
def update_deps(post, lang, deps_dict, timeline, task):
33+
def update_deps(post, lang, task):
3434
"""Updates file dependencies as they might have been updated during compilation.
3535
3636
This is done for example by the ReST page compiler, which writes its
@@ -82,7 +82,7 @@ def tl_ch():
8282
'file_dep': file_dep,
8383
'targets': [dest],
8484
'actions': [(post.compile, (lang, )),
85-
(update_deps, (post, lang, deps_dict, kw['timeline'], )),
85+
(update_deps, (post, lang, )),
8686
],
8787
'clean': True,
8888
'uptodate': [

0 commit comments

Comments
 (0)