forked from ungleich-public/cdist
pep8
This commit is contained in:
parent
57f15f9cce
commit
f08ac264a0
3 changed files with 6 additions and 3 deletions
|
|
@ -114,7 +114,8 @@ class Manifest(object):
|
|||
}
|
||||
|
||||
self.env.update(
|
||||
{'__cdist_loglevel': logging.getLevelName(self.log.getEffectiveLevel())})
|
||||
{'__cdist_loglevel': logging.getLevelName(
|
||||
self.log.getEffectiveLevel())})
|
||||
|
||||
def _open_logger(self):
|
||||
self.log = logging.getLogger(self.target_host[0])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue