Tools: autotest: correct lamda->lambda
This commit is contained in:
parent
a66cc52573
commit
e9d6c47f76
@ -1252,7 +1252,7 @@ class AutoTest(ABC):
|
|||||||
# check for lambda: test_function without paranthesis
|
# check for lambda: test_function without paranthesis
|
||||||
faulty_strings = re.findall(r"lambda\s*:\s*\w+.\w+\s*\)", f.read())
|
faulty_strings = re.findall(r"lambda\s*:\s*\w+.\w+\s*\)", f.read())
|
||||||
if faulty_strings:
|
if faulty_strings:
|
||||||
desc = ("Syntax error in autotest lamda at : " +
|
desc = ("Syntax error in autotest lambda at : " +
|
||||||
faulty_strings)
|
faulty_strings)
|
||||||
raise ErrorException(desc)
|
raise ErrorException(desc)
|
||||||
except ErrorException:
|
except ErrorException:
|
||||||
|
Loading…
Reference in New Issue
Block a user