We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5da1d15 commit 68267ecCopy full SHA for 68267ec
csver.rb
@@ -53,6 +53,8 @@ def download_and_extract(id)
53
system "curl #{url_xml} -o #{directory}#{id}.xml"
54
rescue Zip::ZipError
55
puts "Warning: Overlay #{id} was not valid"
56
+rescue Exception => e
57
+ puts "Error: Problem downloading Overlay #{id} - #{e.message}"
58
end
59
60
def directory
0 commit comments