lib/iron/import/excel_reader.rb in iron-import-0.7.0 vs lib/iron/import/excel_reader.rb in iron-import-0.8.0

- old
+ new

@@ -23,10 +23,10 @@ else add_error("Unsupported #{@format.to_s.upcase} mode: #{mode}") false end rescue Exception => e - add_error("Error reading file #{source}: #{e}") + add_error("Error reading #{source}: #{e}") false end def load_raw(scopes, &block) @spreadsheet.sheets.each_with_index do |name, index| \ No newline at end of file