mirror of
https://opendev.org/x/pyghmi
synced 2026-03-29 06:13:30 +00:00
9e31a70f5f9632e27fd99685198a5df5e11144d6
If trying to establish a session and an error occurs, pyghmi was not decrementing the usage count on the pool, leading for more than expected filehandles being created over time. Fix this by correctly decrementing the count in the case where something is not yet broken, but is also not yet logged in. Change-Id: I1b27f9b3b902a253d38293182305cc4dac26b765
This is a pure python implementation of IPMI protocol. pyghmicons and pyghmiutil are example scripts to show how one may incorporate this library into python code
Description
Languages
Python
99.9%
Shell
0.1%