From a40930043121a4b60de8526d58417761a54ab718 Mon Sep 17 00:00:00 2001 From: Agustin Henze Date: Wed, 13 Feb 2013 18:35:39 -0300 Subject: Imported Upstream version 5.2 --- nikola/plugins/task_render_posts.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nikola/plugins/task_render_posts.py') diff --git a/nikola/plugins/task_render_posts.py b/nikola/plugins/task_render_posts.py index 48a0384..a4d5578 100644 --- a/nikola/plugins/task_render_posts.py +++ b/nikola/plugins/task_render_posts.py @@ -8,11 +8,11 @@ # distribute, sublicense, and/or sell copies of the # Software, and to permit persons to whom the Software is # furnished to do so, subject to the following conditions: -# +# # The above copyright notice and this permission notice # shall be included in all copies or substantial portions of # the Software. -# +# # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY # KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE # WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR @@ -63,7 +63,7 @@ class RenderPosts(Task): 'file_dep': post.fragment_deps(lang), 'targets': [dest], 'actions': [(self.site.get_compiler(post.source_path), - [source, dest])], + [source, dest])], 'clean': True, 'uptodate': [utils.config_changed(deps_dict)], } -- cgit v1.2.3