Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0cae3cc

Browse files
committedJul 7, 2015
Fixed typo.
1 parent 5cc9ad6 commit 0cae3cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎nikola/plugins/command/import_wordpress.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ def import_item(self, item, wordpress_namespace, out_folder=None):
701701
out_content_filename = slug + '.' + extension
702702
meta_slug = slug
703703
tags, other_meta = self._create_metadata(status, excerpt, tags, categories,
704-
post=os.path.join(out_folder, slug))
704+
post_name=os.path.join(out_folder, slug))
705705
self.write_metadata(os.path.join(self.output_folder, out_folder,
706706
out_meta_filename),
707707
title, meta_slug, post_date, description, tags, **other_meta)

0 commit comments

Comments
 (0)
Please sign in to comment.