未验证 提交 2f95e663 编写于 作者: L Leo Chen 提交者: GitHub

tools/check_api_source_without_core_ops.py (#25671)

上级 a1350744
......@@ -40,7 +40,7 @@ diffs = []
for each_diff in result:
if each_diff[0] == '+':
api_name = each_diff.split(' ')[1].strip()
if api_name in api_without_ops:
if api_name in api_without_ops and api_name.find('sequence') == -1:
error = True
diffs += [api_name]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册