From 7c0ba0d5bece0a8f6a3b82f0d7476fe3015c2166 Mon Sep 17 00:00:00 2001 From: Darko Poljak Date: Mon, 22 Apr 2019 21:11:36 +0200 Subject: [PATCH] pycodestyle --- cdist/core/explorer.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cdist/core/explorer.py b/cdist/core/explorer.py index 26b7021a..acceacac 100644 --- a/cdist/core/explorer.py +++ b/cdist/core/explorer.py @@ -204,7 +204,8 @@ class Explorer(object): path = os.path.join(self.local.type_path, cdist_type.explorer_path, explorer) - stderr_path = os.path.join(self.local.stderr_base_path, "remote") + stderr_path = os.path.join(self.local.stderr_base_path, + "remote") raise cdist.CdistObjectExplorerError( cdist_object, explorer, path, stderr_path, e)