Skip to content

Commit

Permalink
fix: Strip semi colon from resp for asinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
a-spiker committed Jan 22, 2025
1 parent 01100e8 commit 32c3d78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/view/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -1357,6 +1357,7 @@ def asinfo(results, line_sep, show_node_name, cluster, **mods):
print("\n")
else:
if isinstance(value, str):
value = value.strip(';')
delimiter = util.find_delimiter_in(value)
value = value.split(delimiter)

Expand Down

0 comments on commit 32c3d78

Please sign in to comment.