Skip to content

Commit

Permalink
Merge pull request #107 from fal-ai/correct_conda_reference
Browse files Browse the repository at this point in the history
chore: tidy up loose reference to conda in generic message
  • Loading branch information
squat authored Feb 26, 2024
2 parents 3d50d4d + aac95a7 commit d87d4bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/isolate/backends/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,6 @@ def get_executable(command: str, home: str | None = None) -> Path:
# TODO: we should probably show some instructions on how you
# can install conda here.
raise FileNotFoundError(
f"Could not find {command} executable. If {command} executable is not available by default, please point isolate "
f" to the path where conda binary is available '{home}'."
f"Could not find the {command} executable. If the {command} executable is not available by default, please point isolate "
f" to the path where the {command} binary is available '{home}'."
)

0 comments on commit d87d4bf

Please sign in to comment.