mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge pull request #2501 from jorgesumle/warning-fix
Remove spurious space character from warning message
This commit is contained in:
commit
c25906d7c7
1 changed files with 1 additions and 1 deletions
|
|
@ -282,7 +282,7 @@ class Content(object):
|
|||
if linked_content:
|
||||
logger.warning(
|
||||
'{filename} used for linking to static'
|
||||
'content %s in %s. Use {static} instead',
|
||||
' content %s in %s. Use {static} instead',
|
||||
path,
|
||||
self.get_relative_source_path())
|
||||
return linked_content
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue