mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Remove unused extensions list
This commit is contained in:
parent
5519efef2e
commit
b388057d66
1 changed files with 0 additions and 1 deletions
|
|
@ -758,7 +758,6 @@ def order_content(content_list, order_by='slug'):
|
||||||
|
|
||||||
|
|
||||||
def wait_for_changes(settings_file, reader_class, settings):
|
def wait_for_changes(settings_file, reader_class, settings):
|
||||||
new_extensions = set(reader_class(settings).extensions)
|
|
||||||
content_path = settings.get('PATH', '')
|
content_path = settings.get('PATH', '')
|
||||||
theme_path = settings.get('THEME', '')
|
theme_path = settings.get('THEME', '')
|
||||||
ignore_files = set(settings.get('IGNORE_FILES', []))
|
ignore_files = set(settings.get('IGNORE_FILES', []))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue