Skip to content

Argument check probably wrong #26

@oliver-gramberg

Description

@oliver-gramberg

PageObjectLibrary/locatormap.py has,

16 | if " " in k in k or "." in k:
17 | raise Exception("Keys cannot have spaces or periods in them")

I wonder if the duplication
16 | ... " " in k in k ...
is necessary and correct?

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