mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
feature #2371: do not print extra line in list commands
This commit is contained in:
parent
e3d868e36a
commit
8c678b8f84
@ -217,7 +217,7 @@ module CLIHelper
|
||||
|
||||
begin
|
||||
res_data.each{|l|
|
||||
puts (0..ncolumns-1).collect{ |i|
|
||||
print (0..ncolumns-1).collect{ |i|
|
||||
dat=l[i]
|
||||
col=@default_columns[i]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user