From e83a8032e802caf0f9f2b0c409f78b42691532a0 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Thu, 30 Apr 2020 21:21:14 +0200 Subject: [PATCH] Flake8 fix --- pelican/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelican/__init__.py b/pelican/__init__.py index 0cfb4841..09ecf26a 100644 --- a/pelican/__init__.py +++ b/pelican/__init__.py @@ -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: