Merge "Gets rid of the following IPDB warning"

This commit is contained in:
Zuul 2019-07-16 14:00:47 +00:00 committed by Gerrit Code Review
commit fc20b3d7ed
1 changed files with 2 additions and 2 deletions

View File

@ -127,8 +127,8 @@ class CNIHealthServer(object):
data = 'ok'
no_limit = -1
try:
with IPDB() as a:
a.release()
with IPDB():
pass
except Exception:
error_message = 'IPDB not in working order.'
LOG.error(error_message)