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()