Fix the line's length. Now, It's less than 80

This commit is contained in:
Oleksii Tsvietnov 2017-04-16 11:56:09 +02:00
commit 72d33ea3c4

View file

@ -163,7 +163,8 @@ class Pelican(object):
# erase the directory if it is not the source and if that's
# explicitly asked
if (self.delete_outputdir and not
os.path.commonpath((self.path, self.output_path)) != self.output_path):
os.path.commonpath((self.path,
self.output_path)) != self.output_path):
clean_output_dir(self.output_path, self.output_retention)
for p in generators: