Skip to content

Commit 3a88159

Browse files
author
Yingchao Huang
committed
Bug in v5.7.2 release
1 parent 2bd5cee commit 3a88159

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

SoftLayer/CLI/hardware/detail.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,10 @@ def cli(env, identifier, passwords, price, output_json, verbose):
8080

8181
table.add_row(['vlans', vlan_table])
8282

83-
bandwidth = hardware.get_bandwidth_allocation(hardware_id)
84-
bw_table = _bw_table(bandwidth)
85-
table.add_row(['Bandwidth', bw_table])
83+
# Bug in v5.7.2
84+
# bandwidth = hardware.get_bandwidth_allocation(hardware_id)
85+
# bw_table = _bw_table(bandwidth)
86+
# table.add_row(['Bandwidth', bw_table])
8687

8788
if result.get('notes'):
8889
table.add_row(['notes', result['notes']])

0 commit comments

Comments
 (0)