From 09300d9261becee8d6c71c606f701dfa1d4ab29c Mon Sep 17 00:00:00 2001 From: Todd Gamblin Date: Sun, 26 Jan 2014 02:22:44 -0800 Subject: Ignore more errors when spidering. --- lib/spack/spack/util/web.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/spack/spack/util/web.py b/lib/spack/spack/util/web.py index 82e202aa8f..62c4fa6aa1 100644 --- a/lib/spack/spack/util/web.py +++ b/lib/spack/spack/util/web.py @@ -124,6 +124,10 @@ def _spider(args): if depth == 1: raise spack.error.NoNetworkConnectionError(e.reason, url) + except Exception, e: + # Other types of errors are completely ignored. + pass + return pages -- cgit v1.2.3-70-g09d2