fix a bug softcal
- stop searching for files on the first match
This commit is contained in:
@ -117,6 +117,9 @@ class CalCurve:
|
||||
else:
|
||||
continue
|
||||
break
|
||||
else:
|
||||
continue
|
||||
break
|
||||
else:
|
||||
raise FileNotFoundError(calibname)
|
||||
optargs = {}
|
||||
|
Reference in New Issue
Block a user