llama-stack-mirror/llama_stack/cli/stack
Russell Bryant 31e235490c Fix TypeError when CONDA_PREFIX is not set
I ran a build with the mode set to `conda` by accident and did not
have the `CONDA_PREFIX` env var set. In that case, `os.getenv` returns
`None`, and passing `None` to create an `os.Path` is not valid. It
will raise a `TypeError`.

> TypeError: expected str, bytes or os.PathLike object, not NoneType

Signed-off-by: Russell Bryant <rbryant@redhat.com>
2024-09-28 23:40:15 +00:00
..
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
build.py Fix TypeError when CONDA_PREFIX is not set 2024-09-28 23:40:15 +00:00
configure.py Fix TypeError when CONDA_PREFIX is not set 2024-09-28 23:40:15 +00:00
list_apis.py API Updates (#73) 2024-09-17 19:51:35 -07:00
list_providers.py [API Updates] Model / shield / memory-bank routing + agent persistence + support for private headers (#92) 2024-09-23 14:22:22 -07:00
run.py CLI: add build templates support, move imports (#77) 2024-09-18 14:25:53 -07:00
stack.py API Updates (#73) 2024-09-17 19:51:35 -07:00