Flake8 fix

This commit is contained in:
Justin Mayer 2020-04-30 21:21:14 +02:00
commit e83a8032e8

View file

@ -102,7 +102,7 @@ class Pelican:
if (self.delete_outputdir
and os.path.commonpath([os.path.realpath(self.output_path)]) !=
os.path.commonpath([os.path.realpath(self.output_path),
os.path.realpath(self.path)])):
os.path.realpath(self.path)])):
clean_output_dir(self.output_path, self.output_retention)
for p in generators: