From 35df359d59f5fe09ced5151ed087d1bb2899e6b1 Mon Sep 17 00:00:00 2001 From: msyyc <70930885+msyyc@users.noreply.github.com> Date: Tue, 2 Feb 2021 14:56:49 +0800 Subject: [PATCH] Update automation_generate.sh --- scripts/automation_generate.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/automation_generate.sh b/scripts/automation_generate.sh index 2a5fc41c57365..f2c291651fdba 100644 --- a/scripts/automation_generate.sh +++ b/scripts/automation_generate.sh @@ -17,6 +17,5 @@ python -m packaging_tools.auto_package "$TMPDIR/venv-sdk/auto_temp.json" "$2" 2> echo "[Generate] generate done!!!" if [ ! -f "$2" ]; then - echo "$2 does not exist!!!" - exit 1 -fi \ No newline at end of file + echo "[Autorest]$2 does not exist!!!" +fi