Fixup of 'Fix spelling of ADITIONAL_VENV_PACKAGES
'
Introduced a dangling } in the environment variable. This removes it. Change-Id: If9413dc1751399e5b9c9a0094772394252e5a81c
This commit is contained in:
2
stackrc
2
stackrc
@@ -209,7 +209,7 @@ USE_VENV=$(trueorfalse False USE_VENV)
|
|||||||
# Add packages that need to be installed into a venv but are not in any
|
# Add packages that need to be installed into a venv but are not in any
|
||||||
# requirements files here, in a comma-separated list.
|
# requirements files here, in a comma-separated list.
|
||||||
# Currently only used when USE_VENV is true (individual project venvs)
|
# Currently only used when USE_VENV is true (individual project venvs)
|
||||||
ADDITIONAL_VENV_PACKAGES=${ADDITIONAL_VENV_PACKAGES:-""}}
|
ADDITIONAL_VENV_PACKAGES=${ADDITIONAL_VENV_PACKAGES:-""}
|
||||||
|
|
||||||
# This can be used to turn database query logging on and off
|
# This can be used to turn database query logging on and off
|
||||||
# (currently only implemented for MySQL backend)
|
# (currently only implemented for MySQL backend)
|
||||||
|
Reference in New Issue
Block a user