diff --git a/secop_psi/softcal.py b/secop_psi/softcal.py index 08de21a..ae6dce0 100644 --- a/secop_psi/softcal.py +++ b/secop_psi/softcal.py @@ -114,6 +114,9 @@ class CalCurve: filename = join(path.strip(), '%s.%s' % (nam, kind)) if exists(filename): break + else: + continue + break else: continue break