According to LGTM, this change will improve code efficiency. https://lgtm.com/rules/7900090/
@@ -35,7 +35,7 @@ def main():
match = re.search(
'^Starting ChromeDriver [0-9]+.[0-9]+.[0-9]+.[0-9]+ .* on port [0-9]+$', output)
- if match == None:
+ if match is None:
returncode = 1
if returncode == 0: