aboutsummaryrefslogtreecommitdiff
path: root/pyecsca/ec/point.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyecsca/ec/point.py')
-rw-r--r--pyecsca/ec/point.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyecsca/ec/point.py b/pyecsca/ec/point.py
index 368dd0d..b5ba10b 100644
--- a/pyecsca/ec/point.py
+++ b/pyecsca/ec/point.py
@@ -35,7 +35,7 @@ class Point(object):
for s in self.coordinate_model.satisfying:
try:
ops.add(CodeOp(s))
- except:
+ except Exception:
pass
affine_model = AffineCoordinateModel(self.coordinate_model.curve_model)
result_variables = set(map(lambda x: x.result, ops))