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 457628d

Browse files
committedMar 9, 2016
updated comment
1 parent 3322252 commit 457628d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎nikola/post.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def __init__(
116116
self.post_name = os.path.splitext(source_path)[0] # posts/blah
117117
# cache[\/]posts[\/]blah.html
118118
self.base_path = os.path.join(self.config['CACHE_FOLDER'], self.source_path + ".html")
119-
# cache/posts/blah.html
119+
# cache/posts/blah.txt.html
120120
self._base_path = self.base_path.replace('\\', '/')
121121
self.metadata_path = self.post_name + ".meta" # posts/blah.meta
122122
self.folder = destination

0 commit comments

Comments
 (0)
Please sign in to comment.