Closed GoogleCodeExporter closed 8 years ago
This is already fixed I believe in latest git, see the lines:
if File.exist?(metadataFile = File.join(ENV['HOME'], '.rubyripper/freedb.yaml'))
@metadataFile = YAML.load(File.open(metadataFile))
#in case it got corrupted somehow
@metadataFile = Hash.new if @metadataFile.class != Hash
Original comment by boukewou...@gmail.com
on 24 Apr 2010 at 2:42
Original issue reported on code.google.com by
hinsch.m...@gmail.com
on 22 Feb 2010 at 11:11