mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add a missing '
This commit is contained in:
parent
7b5b99aafa
commit
4c4c2a9604
1 changed files with 2 additions and 2 deletions
|
|
@ -61,8 +61,8 @@ class Pelican(object):
|
|||
def _handle_deprecation(self):
|
||||
|
||||
if self.settings.get('CLEAN_URLS', False):
|
||||
logger.warning('Found deprecated `CLEAN_URLS` in settings. '
|
||||
' Modifying the following settings for the
|
||||
logger.warning('Found deprecated `CLEAN_URLS` in settings.'
|
||||
' Modifying the following settings for the'
|
||||
' same behaviour.')
|
||||
|
||||
self.settings['ARTICLE_URL'] = '{slug}/'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue