Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
msyyc committed Aug 26, 2024
1 parent 445a18b commit 45be97d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/automation_generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ if [ ! -f "$TEMP_FILE" ]; then
exit 1
fi

if [ -f "$2" ]; then
rm "$2"
fi

# package
python -m packaging_tools.sdk_package "$TEMP_FILE" "$2" 2>&1
echo "[Generate] generate done!!!"
Expand Down

0 comments on commit 45be97d

Please sign in to comment.