add next if end
This commit is contained in:
parent
c98fd8aa21
commit
6655ad9900
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ module FoodsoftArticleImport
|
||||||
matched = row[2].gsub(/^\"/, "").gsub(/\"$/, "").match(REGEX[:main])
|
matched = row[2].gsub(/^\"/, "").gsub(/\"$/, "").match(REGEX[:main])
|
||||||
|
|
||||||
next if matched.nil?
|
next if matched.nil?
|
||||||
else
|
|
||||||
|
|
||||||
name, units, price_high, price_low = matched.captures
|
name, units, price_high, price_low = matched.captures
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue