Skip to content

Commit

Permalink
Update mkdocs_rss_plugin/util.py
Browse files Browse the repository at this point in the history
Co-authored-by: Y.D.X. <[email protected]>
Signed-off-by: Julien <[email protected]>
  • Loading branch information
Guts and YDX-2147483647 authored Apr 23, 2024
1 parent e78ec88 commit d81039d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mkdocs_rss_plugin/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,8 +502,8 @@ def get_description_or_abstract(
# No explicit description and no (or empty) abstract found
else:
logger.warning(
f"No description set for page {in_page.file.src_uri} "
"and 'abstract_chars_count' set to 0. The feed won't be compliant, "
f"No description generated from metadata or content of the page {in_page.file.src_uri}, "
"therefore the feed won't be compliant, "
"because an item must have a description."
)
return ""
Expand Down

0 comments on commit d81039d

Please sign in to comment.