fix a bug softcal

- stop searching for files on the first match
This commit is contained in:
l_samenv
2020-12-04 13:33:54 +01:00
parent d9650d7fc7
commit 16834f8802

View File

@ -117,6 +117,9 @@ class CalCurve:
else: else:
continue continue
break break
else:
continue
break
else: else:
raise FileNotFoundError(calibname) raise FileNotFoundError(calibname)
optargs = {} optargs = {}