Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Jul 7, 2015
1 parent 5cc9ad6 commit 0cae3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/plugins/command/import_wordpress.py
Expand Up @@ -701,7 +701,7 @@ def import_item(self, item, wordpress_namespace, out_folder=None):
out_content_filename = slug + '.' + extension
meta_slug = slug
tags, other_meta = self._create_metadata(status, excerpt, tags, categories,
post=os.path.join(out_folder, slug))
post_name=os.path.join(out_folder, slug))
self.write_metadata(os.path.join(self.output_folder, out_folder,
out_meta_filename),
title, meta_slug, post_date, description, tags, **other_meta)
Expand Down

0 comments on commit 0cae3cc

Please sign in to comment.