mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
This should be a warning, not an error :)
This commit is contained in:
parent
b9e2825da6
commit
fa77c3d66a
1 changed files with 2 additions and 2 deletions
|
|
@ -355,6 +355,6 @@ def is_valid_content(content, f):
|
||||||
content.check_properties()
|
content.check_properties()
|
||||||
return True
|
return True
|
||||||
except NameError as e:
|
except NameError as e:
|
||||||
logger.error("Skipping %s: impossible to find informations about "
|
logger.warning("Skipping %s: impossible to find informations about "
|
||||||
"'%s'" % (f, e))
|
"'%s'" % (f, e))
|
||||||
return False
|
return False
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue