Skip to content

[Dev] Missing trailing slash at the end of the taxonomy path makes the installer fail #659

Open
@vancura

Description

@vancura

The installation process fails when the taxonomy path is configured without a trailing slash at the end.

The installation script does not document or gracefully handle this requirement. The code should either automatically append the trailing slash if missing or provide a clear error message indicating that the path format requires a trailing slash, preventing users from experiencing cryptic failures during installation.

Examples

  1. Failing:

./ilab-ui-native-installer.sh install --username admin --password monkey --python-venv-dir ~/.venvs/instructlab --taxonomy-dir ~/user/path

  1. Passing:

./ilab-ui-native-installer.sh install --username admin --password monkey --python-venv-dir ~/.venvs/instructlab --taxonomy-dir ~/user/path/

See the added trailing / in the passing example.

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    Status

    In review

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions