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:
parent
8c678b8f84
commit
db2790e975
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user