From ad99c2c89aac03a822323c68af9ba005765efbf2 Mon Sep 17 00:00:00 2001 From: lelelelelez Date: Mon, 15 Jun 2020 17:00:01 +0800 Subject: [PATCH] test=develop --- scripts/check_api_cn.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check_api_cn.sh b/scripts/check_api_cn.sh index f238b613b..b43e0a1af 100644 --- a/scripts/check_api_cn.sh +++ b/scripts/check_api_cn.sh @@ -21,7 +21,7 @@ if [ $? -eq 0 ];then echo $api_files cd $PWD/doc/fluid/api_cn/ for api_file in $api_files;do - if [ "$api_file" != "fluid_cn/DistributeTranspiler_cn.rst" ];then + if [ "$api_file" != "fluid_cn/DistributeTranspiler_cn.rst" ] && [ "$api_file" != "transpiler_cn/DistributeTranspiler_cn.rst" ];then echo 'api_file: '$api_file python chinese_samplecode_processor.py $api_file fi -- GitLab