chore: fix linter errors (#25996)
This commit is contained in:
parent
05b5c197ae
commit
c27e5fdbb6
6 changed files with 37 additions and 20 deletions
|
@ -33,7 +33,9 @@ def main():
|
|||
|
||||
returncode = 0
|
||||
match = re.search(
|
||||
'^Starting ChromeDriver [0-9]+.[0-9]+.[0-9]+.[0-9]+ .* on port [0-9]+$', output)
|
||||
'^Starting ChromeDriver [0-9]+.[0-9]+.[0-9]+.[0-9]+ .* on port [0-9]+$',
|
||||
output
|
||||
)
|
||||
|
||||
if match is None:
|
||||
returncode = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue