1
0
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:
Javi Fontan 2014-01-28 16:32:45 +01:00
parent e3d868e36a
commit 8c678b8f84

View File

@ -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]