提交 ad99c2c8 编写于 作者: L lelelelelez

test=develop

上级 8b081a30
...@@ -21,7 +21,7 @@ if [ $? -eq 0 ];then ...@@ -21,7 +21,7 @@ if [ $? -eq 0 ];then
echo $api_files echo $api_files
cd $PWD/doc/fluid/api_cn/ cd $PWD/doc/fluid/api_cn/
for api_file in $api_files;do 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 echo 'api_file: '$api_file
python chinese_samplecode_processor.py $api_file python chinese_samplecode_processor.py $api_file
fi fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册