Skip to content

Commit 7340112

Browse files
committed
test
1 parent e7dfab6 commit 7340112

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci_scripts/check_api_parameters.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,8 @@ def check_api_parameters(rstfiles, apiinfo):
227227
if class_name != api_label:
228228
flag = False
229229
info = f"funcname in title is not same as the label name: {funcname} != {api_label}."
230-
return flag, info
230+
check_failed[rstfile] = info
231+
continue
231232

232233
flag = False
233234
func_found_in_json = False

0 commit comments

Comments
 (0)