Skip to content

Commit a1acc9e

Browse files
author
BenIBM
committed
changed casting
1 parent 5439d63 commit a1acc9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/CLI/block/detail.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def cli(env, volume_id):
2929
table.add_row(['LUN Id', "%s" % block_volume['lunId']])
3030

3131
if block_volume.get('provisionedIops'):
32-
table.add_row(['IOPs', int(block_volume['provisionedIops'])])
32+
table.add_row(['IOPs', float(block_volume['provisionedIops'])])
3333

3434
if block_volume.get('storageTierLevel'):
3535
table.add_row([

0 commit comments

Comments
 (0)