1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-20 10:50:08 +03:00

feature #2371: better fix for the extra new line in list

This commit is contained in:
Javi Fontan 2014-01-28 17:14:45 +01:00
parent 8c678b8f84
commit db2790e975

View File

@ -217,7 +217,7 @@ module CLIHelper
begin
res_data.each{|l|
print (0..ncolumns-1).collect{ |i|
puts (0..ncolumns-1).collect{ |i|
dat=l[i]
col=@default_columns[i]
@ -229,8 +229,6 @@ module CLIHelper
}
rescue Errno::EPIPE
end
puts
end
def data_array(data, options)