We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dea41b commit 7757f66Copy full SHA for 7757f66
SoftLayer/CLI/file/detail.py
@@ -22,6 +22,7 @@ def cli(env, volume_id):
22
table = formatting.KeyValueTable(['Name', 'Value'])
23
table.align['Name'] = 'r'
24
table.align['Value'] = 'l'
25
+
26
capacity = '0'
27
if file_volume['capacityGb'] != '':
28
capacity = "%iGB" % file_volume['capacityGb']
0 commit comments