mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Tidy and shorten a comment
This commit is contained in:
parent
9db42658e5
commit
f6ef027014
1 changed files with 1 additions and 2 deletions
|
|
@ -141,8 +141,7 @@ class Content(object):
|
||||||
|
|
||||||
# manage status
|
# manage status
|
||||||
if not hasattr(self, 'status'):
|
if not hasattr(self, 'status'):
|
||||||
# using None as the default here breaks comment plugins (and
|
# Previous default of None broke comment plugins and perhaps others
|
||||||
# probably others)
|
|
||||||
self.status = getattr(self, 'default_status', '')
|
self.status = getattr(self, 'default_status', '')
|
||||||
|
|
||||||
# store the summary metadata if it is set
|
# store the summary metadata if it is set
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue