mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-01 12:45:34 +00:00
Merge pull request #3997 from ThomasWaldmann/py37-1.1
remove loggerDict.clear() from tearDown method, fixes #3805
This commit is contained in:
commit
b951a2ee42
1 changed files with 0 additions and 2 deletions
|
@ -279,8 +279,6 @@ def tearDown(self):
|
|||
os.chdir(self._old_wd)
|
||||
# note: ignore_errors=True as workaround for issue #862
|
||||
shutil.rmtree(self.tmpdir, ignore_errors=True)
|
||||
# destroy logging configuration
|
||||
logging.Logger.manager.loggerDict.clear()
|
||||
setup_logging()
|
||||
|
||||
def cmd(self, *args, **kw):
|
||||
|
|
Loading…
Reference in a new issue