2
0
mirror of https://opendev.org/x/pyghmi synced 2026-03-30 14:53:32 +00:00
Lucas Alvares Gomes ee4cd47588 Use get() to avoid KeyError on get_bootdev()
The method get() returns a value for the given key. If key is not
available then returns default value None. I think that was the
intention of the initial code.

Change-Id: I974258822d54f7ac09bc4197eb4ec249784012e7
2014-07-23 10:22:01 +01:00
2014-06-02 18:03:55 +00:00
2013-08-17 22:29:25 -04:00
2013-06-30 14:21:20 -04:00
2013-08-17 22:29:25 -04:00
2013-06-24 14:15:39 -04:00
2014-05-08 14:06:01 -04:00
2013-09-13 11:28:28 -05:00
2014-05-08 14:06:01 -04:00
2013-09-13 11:28:28 -05:00
2013-06-30 14:21:20 -04:00

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
No description provided
Readme Apache-2.0 16 MiB
Languages
Python 99.9%
Shell 0.1%