From 54e845da6f73f94fc1006e145a47d6a46ca8b0fd Mon Sep 17 00:00:00 2001 From: Darko Poljak Date: Mon, 11 Jul 2016 12:40:50 +0200 Subject: [PATCH] pep8 --- cdist/exec/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdist/exec/local.py b/cdist/exec/local.py index 61256a31..bde2ceba 100644 --- a/cdist/exec/local.py +++ b/cdist/exec/local.py @@ -67,7 +67,7 @@ class Local(object): # atexit.register(lambda: shutil.rmtree(base_path_parent)) self.hostdir = self._hostdir() self.log.info("Calculated temp dir for target \"{}\" is " - "\"{}\"".format(self.target_host, self.hostdir)) + "\"{}\"".format(self.target_host, self.hostdir)) self.base_path = os.path.join(base_path_parent, self.hostdir) self._init_permissions()