Skip to content

Commit

Permalink
updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Mar 9, 2016
1 parent 3322252 commit 457628d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/post.py
Expand Up @@ -116,7 +116,7 @@ def __init__(
self.post_name = os.path.splitext(source_path)[0] # posts/blah
# cache[\/]posts[\/]blah.html
self.base_path = os.path.join(self.config['CACHE_FOLDER'], self.source_path + ".html")
# cache/posts/blah.html
# cache/posts/blah.txt.html
self._base_path = self.base_path.replace('\\', '/')
self.metadata_path = self.post_name + ".meta" # posts/blah.meta
self.folder = destination
Expand Down

0 comments on commit 457628d

Please sign in to comment.