mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-28 15:02:37 +00:00
more robust
This commit is contained in:
parent
47b0be1497
commit
390a8fdbe7
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class StackConfigure(Subcommand):
|
|||
f"Could not find {build_config_file}. Trying conda build name instead...",
|
||||
color="green",
|
||||
)
|
||||
if os.getenv("CONDA_PREFIX"):
|
||||
if os.getenv("CONDA_PREFIX", ""):
|
||||
conda_dir = (
|
||||
Path(os.getenv("CONDA_PREFIX")).parent / f"llamastack-{args.config}"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue