Skip to content

Commit

Permalink
modify bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanyu-ghca committed Feb 8, 2022
1 parent cd23dff commit adbf00e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions delfin/drivers/hpe/hpe_3par/ssh_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,10 @@ def parse_set_groups_table(self, cols_size, titles_size, str_info,
obj_model = obj_list[-1]
if obj_model and obj_model.get('members'):
obj_model.get('members').append(value)
else:
members = [value]
obj_model['members'] = members

return obj_list

def parse_view_table(self, cols_size, titles_size, str_info, obj_list,
Expand Down

0 comments on commit adbf00e

Please sign in to comment.