Skip to content

**[P0] Fix mis-indented if args.index_path block** #215

Description

@pfahlr

[P0] Fix mis-indented if args.index_path block

The newly merged block under main() lost its indentation: the line beginning if args.index_path: is indented with three spaces instead of matching the four-space level of the surrounding code. Python raises IndentationError: unindent does not match any outer indentation level when importing or running this module (python -m py_compile src/langchain/lc_ask.py fails on this line), so the CLI can no longer execute at all. Align the if block with the rest of the function.

Useful? React with 👍 / 👎.

Originally posted by @chatgpt-codex-connector[bot] in #208 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions