Merge pull request #2501 from jorgesumle/warning-fix

Remove spurious space character from warning message
This commit is contained in:
Justin Mayer 2019-06-17 15:55:36 +02:00 committed by GitHub
commit c25906d7c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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