Skip to content

Commit 4e8e747

Browse files
committed
Update line spacing
1 parent 04220cf commit 4e8e747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/fixtures/xpath_to_css.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def _get_raw_css_from_xpath(xpath):
108108
elif match['contained']:
109109
if match['cattr'].startswith("@"):
110110
attr = '[%s*="%s"]' % (match['cattr'].replace("@", ""),
111-
match['cvalue'])
111+
match['cvalue'])
112112
elif match['cattr'] == "text()":
113113
attr = ":contains(%s)" % match['cvalue']
114114
else:

0 commit comments

Comments
 (0)