summaryrefslogtreecommitdiff
path: root/python/qpid/management.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/qpid/management.py')
-rw-r--r--python/qpid/management.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/qpid/management.py b/python/qpid/management.py
index 4a87d2d533..477f3e8f2b 100644
--- a/python/qpid/management.py
+++ b/python/qpid/management.py
@@ -450,7 +450,7 @@ class managementClient:
elif typecode == 12: # FLOAT
codec.write_float (float (value))
elif typecode == 13: # DOUBLE
- codec.write_double (double (value))
+ codec.write_double (float (value))
elif typecode == 14: # UUID
codec.write_uuid (value)
elif typecode == 15: # FTABLE