From b79a7642ba9710c3271524544f76ce77af412231 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Praszmo?= Date: Thu, 16 Jul 2020 12:53:23 +0200 Subject: [PATCH] Fix function formatter print (#33) Co-authored-by: michal --- malduck/extractor/extractor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/malduck/extractor/extractor.py b/malduck/extractor/extractor.py index 2ab1056..64b7654 100644 --- a/malduck/extractor/extractor.py +++ b/malduck/extractor/extractor.py @@ -441,7 +441,7 @@ def handle_match(self, p, match): self.__class__.__name__, method_name, identifier, - string_match, + string_match.offset, ) method(self, p, string_match.offset) except Exception as exc: