Skip to content

tree-sitter extras cause issues with analysis #46

@Desdaemon

Description

@Desdaemon
            if any(move.bom_line_id.bom_id != production.bom_id or move.bom_line_id._skip_bom_line(production.product_id)\
                for move in production.move_raw_ids if move.bom_line_id):
                production.move_raw_ids = [Command.clear()]

Python analysis fails due to the extra line continuation that was not handled

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions