commit | 816aff8ff3b69d97863cd2baf6d62c54be55fe7f | [log] [tgz] |
---|---|---|
author | Edward A. James <eajames@us.ibm.com> | Wed Aug 24 16:36:04 2016 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Sep 06 18:16:05 2016 +0000 |
tree | eec1b9060ab6b8bf570d9f131157314814d602af | |
parent | 0fe80467e937eeb3abcb8ed3103c272b1fdc15f9 [diff] |
fix json dbus.Double encoding - bad formatting showed up in rest server queries - json used the highest level repr method, which will call the dbus type tp_repr method. Instead we should use the float specific repr method. resolves openbmc/openbmc#411 Change-Id: I04eea6d825fe3833accf1625e138abedb0aa7c95 Signed-off-by: Edward A. James <eajames@us.ibm.com>