Remove unnecessary line

This commit is contained in:
Greg Brener 2017-06-19 11:46:48 -05:00 committed by GitHub
commit f2720388aa

View file

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