mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Flake8 fix
This commit is contained in:
parent
a15f2aba76
commit
e83a8032e8
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ class Pelican:
|
||||||
if (self.delete_outputdir
|
if (self.delete_outputdir
|
||||||
and os.path.commonpath([os.path.realpath(self.output_path)]) !=
|
and os.path.commonpath([os.path.realpath(self.output_path)]) !=
|
||||||
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)
|
clean_output_dir(self.output_path, self.output_retention)
|
||||||
|
|
||||||
for p in generators:
|
for p in generators:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue