From 950c25aa5b2e951c20a9988a6dd332747f4f5004 Mon Sep 17 00:00:00 2001
From: abe <aclaycomb@usgs.gov>
Date: Mon, 16 May 2016 17:17:04 -0600
Subject: [PATCH] removed except: pass

---
 geomagio/algorithm/AdjustedAlgorithm.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/geomagio/algorithm/AdjustedAlgorithm.py b/geomagio/algorithm/AdjustedAlgorithm.py
index 62e21cbe4..0f27d14c9 100644
--- a/geomagio/algorithm/AdjustedAlgorithm.py
+++ b/geomagio/algorithm/AdjustedAlgorithm.py
@@ -37,8 +37,6 @@ class AdjustedAlgorithm(Algorithm):
                 data = json.loads(data)
         except IOError as err:
             sys.stderr.write("I/O error {0}".format(err))
-        except Exception:
-            pass
         if data is None or data == '':
             return
         self.matrix[0, 0] = np.float64(data['M11'])
-- 
GitLab