Skip to content

Commit

Permalink
Style fix
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed May 2, 2018
1 parent 0aa1ae3 commit cc6fac6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion nikola/nikola.py
Expand Up @@ -755,7 +755,6 @@ def __init__(self, **config):
else:
self.config['CATEGORY_PATH_AS_DEFAULT'] = False


# Handle CONTENT_FOOTER and RSS_COPYRIGHT* properly.
# We provide the arguments to format in CONTENT_FOOTER_FORMATS and RSS_COPYRIGHT_FORMATS.
self.config['CONTENT_FOOTER'].langformat(self.config['CONTENT_FOOTER_FORMATS'])
Expand Down
1 change: 0 additions & 1 deletion nikola/post.py
Expand Up @@ -257,7 +257,6 @@ def __init__(
category = category.split(os.sep)[0] # TODO test on Windows
meta['category'] = category


self.publish_later = False if self.current_time is None else self.date >= self.current_time

is_draft = False
Expand Down

0 comments on commit cc6fac6

Please sign in to comment.