Skip to content

Commit

Permalink
Address PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tehampson committed Jan 24, 2023
1 parent 0e492b9 commit 2a70462
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/py_matter_yamltests/matter_yamltests/pics_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ def check(self, pics) -> bool:

self.__expression_index = 0
tokens = self.__tokenize(pics)
if self.__pics is not None:
return self.__evaluate_expression(tokens, self.__pics)
return self.__evaluate_expression(tokens, self.__pics)

def __parse(self, pics_file: str):
pics = {}
Expand Down

0 comments on commit 2a70462

Please sign in to comment.