forked from github/pelican
Update pelican/contents.py
Put a space in error message to not concatain word 'about' and the missing tag
This commit is contained in:
parent
c8da208a91
commit
5f3a3e4582
1 changed files with 1 additions and 1 deletions
|
|
@ -344,6 +344,6 @@ def is_valid_content(content, f):
|
|||
content.check_properties()
|
||||
return True
|
||||
except NameError as e:
|
||||
logger.error("Skipping %s: impossible to find informations about"
|
||||
logger.error("Skipping %s: impossible to find informations about "
|
||||
"'%s'" % (f, e))
|
||||
return False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue