emtpy_transfer_file.patch
packaging/src/tm_mad/TMScript.rb 2009-01-16 11:41:37.982317042 +0000 | ||
---|---|---|
138 | 138 |
# Returns an array where first element tells if succeded and the |
139 | 139 |
# second one is the error message in case of failure. |
140 | 140 |
def execute(plugin) |
141 |
if @lines.empty? |
|
142 |
break [true,""] |
|
143 |
end |
|
141 | 144 |
result=@lines.each {|line| |
142 | 145 |
res=plugin.execute(@logger, *line) |
143 | 146 |
if !res |