From 58be4f0e042f152753640b44e545d25d4c1011b2 Mon Sep 17 00:00:00 2001 From: Jorge Maldonado Ventura Date: Wed, 2 Jan 2019 13:13:16 +0100 Subject: [PATCH] Fix warning message Add space between words 'static' and 'content' --- pelican/contents.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelican/contents.py b/pelican/contents.py index ccd38fe0..efaeb0a3 100644 --- a/pelican/contents.py +++ b/pelican/contents.py @@ -281,7 +281,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