Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Forgot correct arguments.
  • Loading branch information
felixfontein committed Oct 9, 2016
1 parent c8881f9 commit edeaf5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/plugins/misc/scan_posts.py
Expand Up @@ -53,7 +53,7 @@ def scan(self):
self.site.config['post_pages']:
if not self.site.quiet:
print(".", end='', file=sys.stderr)
destination_translatable = utils.TranslatableSetting(destination)
destination_translatable = utils.TranslatableSetting('destination', destination, self.site.config['TRANSLATIONS'])
dirname = os.path.dirname(wildcard)
for dirpath, _, _ in os.walk(dirname, followlinks=True):
rel_dest_dir = os.path.relpath(dirpath, dirname)
Expand Down

0 comments on commit edeaf5c

Please sign in to comment.