修复多处的Result结果未return的问题
This commit is contained in:
@ -1230,7 +1230,6 @@ class Data:
|
||||
tho_bias_list.append(tho_seg_pos // temp_freq)
|
||||
abd_bias_list.append(abd_seg_pos // temp_freq)
|
||||
|
||||
|
||||
result = {
|
||||
"tho_bias_list": tho_bias_list,
|
||||
"abd_bias_list": abd_bias_list,
|
||||
@ -1238,7 +1237,6 @@ class Data:
|
||||
"epoch_max": epoch_max
|
||||
}
|
||||
|
||||
|
||||
except Exception as e:
|
||||
return Result().failure(
|
||||
info=Constants.APPROXIMATELY_EPOCH_GET_FAILURE + Constants.FAILURE_REASON[
|
||||
|
||||
Reference in New Issue
Block a user