"erp_web/pages/manage/organization.html" did not exist on "751c4c14eece1052c2e2bac8bfa7146ca5114701"
Commit c32499a3 authored by Dave Machado's avatar Dave Machado Committed by GitHub
Browse files

Update skipping current iteration on exception

parent e7f5139e
......@@ -61,7 +61,7 @@ links.each do |link|
rescue Errno::ECONNREFUSED
fails.push("(CON): #{link}")
rescue Errno::ECONNRESET
continue
next
end
progressbar.increment
end
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment