Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Overzealous .strip() in tabcreatedb.py #16

@laMudri

Description

@laMudri

I recently came across the problem of not being able to bind to sequences starting with a space. This is caused by applying .strip() on line 209 of engine/tabcreatedb.py (in phrase_parser). I can't see start stripping being helpful, and since it restricts functionality, I think it should be replaced by .rstrip() (as well as possibly some other uses of .strip() in the same file).

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