Skip to content

Commit

Permalink
Forgot to remove argument in usage
Browse files Browse the repository at this point in the history
Fix #3052

Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Apr 19, 2018
1 parent ed5b69a commit c46d78e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nikola/plugins/task/galleries.py
Expand Up @@ -316,8 +316,7 @@ def gen_tasks(self):
context.copy(),
dest_img_list,
img_titles,
thumbs,
file_dep))],
thumbs))],
'clean': True,
'uptodate': [utils.config_changed({
1: self.kw.copy(),
Expand Down Expand Up @@ -620,6 +619,7 @@ def render_gallery_index(
context,
img_list,
img_titles,
img_metadata,
thumbs):
"""Build the gallery index."""
# The photo array needs to be created here, because
Expand Down

0 comments on commit c46d78e

Please sign in to comment.