Merge branch '2.4.x' into 2.4.x-saas
This commit is contained in:
commit
694e3101a8
|
@ -209,7 +209,8 @@ class PypoFetch(Thread):
|
|||
except Exception, e:
|
||||
self.logger.error(e)
|
||||
finally:
|
||||
self.telnet_lock.release()
|
||||
if self.telnet_lock.locked():
|
||||
self.telnet_lock.release()
|
||||
|
||||
"""
|
||||
TODO: This function needs to be way shorter, and refactored :/ - MK
|
||||
|
|
Loading…
Reference in New Issue