Skip to content

small fix in FreezeTableWidget #64

@thomas-vincent

Description

@thomas-vincent

return [s.strip() for s in line.split(splitter)]

Should be:
return [l.strip() for l in s.split(splitter)]

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