Mini syntax fix.
This commit is contained in:
parent
cb553b5f7e
commit
b8d4893026
1 changed files with 1 additions and 1 deletions
|
|
@ -513,7 +513,7 @@ class ParsingFlow:
|
|||
:return: True if the fields are valid, False otherwise
|
||||
"""
|
||||
relevant_fields = [
|
||||
field.valid for field in self._instructions if field.found == True
|
||||
field.valid for field in self._instructions if field.found is True
|
||||
]
|
||||
|
||||
return all(relevant_fields)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue