Skip to content

Commit

Permalink
Merge pull request #1092 from ConstantinHvber/patch-1
Browse files Browse the repository at this point in the history
Fixed infinite recursion in show_ignore_findings
  • Loading branch information
montyly authored Mar 14, 2022
2 parents 7ec1aa8 + 8fa323a commit e270af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slither/core/slither_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,6 @@ def skip_assembly(self) -> bool:

@property
def show_ignore_findings(self) -> bool:
return self.show_ignore_findings
return self._show_ignored_findings

# endregion

0 comments on commit e270af5

Please sign in to comment.