diff --git a/slither/slither.py b/slither/slither.py index 430b921b9..d3d20a9c2 100644 --- a/slither/slither.py +++ b/slither/slither.py @@ -188,7 +188,7 @@ class Slither(SlitherCore): # pylint: disable=too-many-instance-attributes :return: List of registered printers outputs. """ - return [p.output(self.filename).data for p in self._printers] + return [p.output(self._crytic_compile.target).data for p in self._printers] @property def triage_mode(self):