Fix lf-activate-env code comment. The comment suggests
using just the version number ``--python <x.y>``, however
as per the code the correct format as per the code is
``--python python<x.y>``
Also update the fix in the
9915b0bb42077428478e2.
Change-Id: Ic135036ded75f0b16525ef78bdec9e90c72a5c44
Issue-ID: RELENG-4348
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
# or
# lf-activate-venv lftools
# or
-# lf-activate-venv --python 3.6 git-review
+# lf-activate-venv --python python3.8 git-review
#
# DESCRIPTION
# This function will create a new Python Virtual Environment (venv) and
--- /dev/null
+---
+fixes:
+ - |
+ Fix lf-activate-env code comment. The comment suggests using
+ just the version number ``--python <x.y>``, however as per the
+ code the correct format as per the code is ``--python python<x.y>``
# shellcheck disable=SC1090
source ~/lf-env.sh
-lf-activate-venv --python 3.8 lftools
+lf-activate-venv --python python3.8 lftools
# Ensure we fail the job if any steps fail
# Disable 'globbing'