Skip to content

Commit 9f8c0b6

Browse files
committed
Fix flake8 whitespace issue
1 parent ab39ce5 commit 9f8c0b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/utilities/selenium_ide/convert_ide.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ def main():
434434
r'''space\(\.\)=\'([\S\s]+)\'\]\)[\S\s]+''', xpath)
435435
if x_match:
436436
partial_link_text = x_match.group(1)
437-
xpath="partial_link=%s" % partial_link_text
437+
xpath = "partial_link=%s" % partial_link_text
438438
uni = ""
439439
if '(u"' in line:
440440
uni = "u"

0 commit comments

Comments
 (0)