Skip to content

Commit

Permalink
Remove stale yaml format
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP committed Oct 30, 2023
1 parent cb9f177 commit 601edd0
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ task :profile_cars do
File.open("yml/#{car_class}.yml", 'w+') do |yml|
contents.each { |l| yml.puts(l) }
end

Dir.mkdir('yaml') unless File.exist?('yaml')
File.open("yaml/#{car_class}.yaml", 'w+') do |yaml|
contents.each { |l| yaml.puts(l) }
end
end
end

Expand Down Expand Up @@ -88,11 +83,6 @@ task :profile_tracks do
File.open("yml/#{File.basename(f, '.csv')}.yml", 'w+') do |yml|
contents.each { |l| yml.puts(l) }
end

Dir.mkdir('yaml') unless File.exist?('yaml')
File.open("yaml/#{File.basename(f, '.csv')}.yaml", 'w+') do |yaml|
contents.each { |l| yaml.puts(l) }
end
end
end

Expand Down

0 comments on commit 601edd0

Please sign in to comment.