Fix bug in output
This commit is contained in:
parent
e6a458f38c
commit
5e211837ad
|
@ -693,6 +693,7 @@ def formatVolumeList(zk_conn, volume_list):
|
|||
)
|
||||
|
||||
for volume in volume_list:
|
||||
volume_pool, volume_name = volume.split('/')
|
||||
volume_list_output.append('{bold}\
|
||||
{volume_name: <{volume_name_length}} \
|
||||
{volume_pool: <{volume_pool_length}} \
|
||||
|
|
Loading…
Reference in New Issue