robotframework-pageobjectlibrary
robotframework-pageobjectlibrary copied to clipboard
Argument check probably wrong
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?