diff --git a/src/mlx/warnings/polyspace_checker.py b/src/mlx/warnings/polyspace_checker.py index aafe57b9..0312fa3e 100644 --- a/src/mlx/warnings/polyspace_checker.py +++ b/src/mlx/warnings/polyspace_checker.py @@ -260,7 +260,7 @@ def check(self, content): if content[self.column_name].lower() == self.check_value: if content["status"].lower() in ["not a defect", "justified"]: self.print_when_verbose("Excluded row {!r} because the status is 'Not a defect' or 'Justified'" - .format(content)) + .format(content)) else: tab_sep_string = "\t".join(content.values()) if not self._is_excluded(tab_sep_string):