fix a bug softcal
- stop searching for files on the first match
This commit is contained in:
@ -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 = {}
|
||||||
|
Reference in New Issue
Block a user