未验证 提交 87a4a7ec 编写于 作者: Z zhangchunle 提交者: GitHub

rm contrib api code test (#25240)

上级 56fa3880
......@@ -481,7 +481,10 @@ def get_filenames():
print("\nWARNING:----Exception in get api filename----\n")
print("\n" + api + ' module is ' + module + "\n")
if filename != '':
if filename not in filenames:
# rm contrib file
if filename.startswith('../python/paddle/fluid/contrib'):
pass
elif filename not in filenames:
filenames.append(filename)
# get all methods
method = ''
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册