diff --git a/cliv2/scripts/prepare_licenses.sh b/cliv2/scripts/prepare_licenses.sh index bcf31af3f3..c50503bc2f 100755 --- a/cliv2/scripts/prepare_licenses.sh +++ b/cliv2/scripts/prepare_licenses.sh @@ -7,4 +7,4 @@ if python3 -c 'print("python3")' > /dev/null 2>&1; then PYTHON_VERSION="3" fi -# python$PYTHON_VERSION $BASEDIR/prepare_licenses.py +python$PYTHON_VERSION $BASEDIR/prepare_licenses.py