Skip to content

Commit

Permalink
[MultiDB]: update sonic-db-cli list output seperator to '\n' (sonic-n…
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhangalibaba authored and qiluo-msft committed Jan 17, 2020
1 parent 0b40999 commit ae2e038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/swsssdk/scripts/sonic-db-cli
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ else:
if resp is None:
print ""
elif isinstance(resp, list):
print " ".join(resp)
print "\n".join(resp)
else:
print resp

0 comments on commit ae2e038

Please sign in to comment.