summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-10-02 15:32:39 +0200
committerAndreas Maunz <andreas@maunz.de>2012-10-02 15:32:39 +0200
commit7123507b86139a002c0425357e515975c4796394 (patch)
tree3008fdc0e3475e81881bbc41cebc6ae7a9d81568
parent5dacd30652fc262af11904d96f7c2a8b5154d3a7 (diff)
Drop missing fixed
-rw-r--r--lib/parser.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/parser.rb b/lib/parser.rb
index 0d08c72..90f0570 100644
--- a/lib/parser.rb
+++ b/lib/parser.rb
@@ -376,6 +376,7 @@ module OpenTox
input.each_with_index { |row, i|
drop=false
+ drop_missing=false
row = split_row(row)
raise "Entry has size #{row.size}, different from headers (#{headers.size})" if row.size != headers.size
if row.include?("")