++fixme of logging
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
42e3c18d02
commit
1e9940ae53
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ class Explorer(object):
|
||||||
'__target_host': self.target_host,
|
'__target_host': self.target_host,
|
||||||
'__explorer': self.remote.global_explorer_path,
|
'__explorer': self.remote.global_explorer_path,
|
||||||
}
|
}
|
||||||
|
# FIXME: remove soon with new logging infrastructure
|
||||||
if self.log.getEffectiveLevel() == logging.DEBUG:
|
if self.log.getEffectiveLevel() == logging.DEBUG:
|
||||||
self.env.update({'__debug': "yes" })
|
self.env.update({'__debug': "yes" })
|
||||||
self._type_explorers_transferred = []
|
self._type_explorers_transferred = []
|
||||||
|
|
Loading…
Reference in a new issue