Merge "use python3 to run launchpad commenting script"

This commit is contained in:
Zuul 2018-06-22 15:33:13 +00:00 committed by Gerrit Code Review
commit 1602fbecbd
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ BUGS=$(git log $PREVIOUS..$VERSION | egrep -i "Closes(.| )Bug:" | egrep -o "[0-9
if [[ -z "$BUGS" ]]; then
echo "No bugs found $PREVIOUS .. $VERSION"
else
python2 -u $TOOLSDIR/launchpad_add_comment.py \
python3 -u $TOOLSDIR/launchpad_add_comment.py \
--subject="Fix included in $REPO $VERSION" \
--content="This issue was fixed in the $REPO $VERSION $RELEASETYPE." \
$BUGS