fixed missing end

master
Jeff Yates 2020-11-22 15:37:46 -05:00
parent a0abcac6e0
commit f02c088201
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ def write_output_json (output, filename)
pp output
abort
end
end
def write_output_csv (output, filename)
CSV.open(filename, 'wb') do |csv|