CC-5278: Exception in Pypo
This commit is contained in:
parent
f9a1cae72e
commit
de76b3a12f
|
@ -209,6 +209,7 @@ class PypoFetch(Thread):
|
|||
except Exception, e:
|
||||
self.logger.error(e)
|
||||
finally:
|
||||
if self.telnet_lock.locked():
|
||||
self.telnet_lock.release()
|
||||
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue