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

@ -54,6 +54,7 @@ def write_output_json (output, filename)
rescue rescue
pp output pp output
abort abort
end
end end
def write_output_csv (output, filename) def write_output_csv (output, filename)