pep8
This commit is contained in:
parent
0051240c7c
commit
54e845da6f
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue