Skip to content

Commit ae2e038

Browse files
dzhangalibabaqiluo-msft
authored andcommitted
[MultiDB]: update sonic-db-cli list output seperator to '\n' (sonic-net#60)
1 parent 0b40999 commit ae2e038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/swsssdk/scripts/sonic-db-cli

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ else:
3333
if resp is None:
3434
print ""
3535
elif isinstance(resp, list):
36-
print " ".join(resp)
36+
print "\n".join(resp)
3737
else:
3838
print resp

0 commit comments

Comments
 (0)