Skip to content

Commit a635929

Browse files
committed
Fix bug: "local variable 'uni' referenced before assignment"
1 parent a536675 commit a635929

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integrations/selenium_ide/convert_ide.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ def main():
319319
if data:
320320
whitespace = data.group(1)
321321
xpath = '%s' % data.group(2)
322+
uni = ""
322323
if '(u"' in line:
323324
uni = "u"
324325
has_unicode = True

0 commit comments

Comments
 (0)