Skip to content

Commit

Permalink
Return Function.name to handle special function types for which Funct…
Browse files Browse the repository at this point in the history
…ion._name == None (#1170) (#1171)
  • Loading branch information
ESultanik authored Apr 15, 2022
1 parent e3b75c0 commit 75a9766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slither/core/declarations/function.py
Original file line number Diff line number Diff line change
Expand Up @@ -1724,6 +1724,6 @@ def update_read_write_using_ssa(self):
###################################################################################

def __str__(self):
return self._name
return self.name

# endregion

0 comments on commit 75a9766

Please sign in to comment.