Fix bug in output

This commit is contained in:
Joshua Boniface 2019-06-19 11:24:25 -04:00
parent e6a458f38c
commit 5e211837ad
1 changed files with 1 additions and 0 deletions

View File

@ -693,6 +693,7 @@ def formatVolumeList(zk_conn, volume_list):
) )
for volume in volume_list: for volume in volume_list:
volume_pool, volume_name = volume.split('/')
volume_list_output.append('{bold}\ volume_list_output.append('{bold}\
{volume_name: <{volume_name_length}} \ {volume_name: <{volume_name_length}} \
{volume_pool: <{volume_pool_length}} \ {volume_pool: <{volume_pool_length}} \