diff --git a/pelican/__init__.py b/pelican/__init__.py index 097cc200..9ad1d550 100644 --- a/pelican/__init__.py +++ b/pelican/__init__.py @@ -488,8 +488,6 @@ def main(): if next(watchers['theme']) is None: logger.warning('Empty theme folder. Using `basic` theme.') - modified_files = [val for vals in list(modified.values()) - for val in vals] pelican.run() except Exception as e: