Skip to content

Commit

Permalink
Fix function formatter print (#33)
Browse files Browse the repository at this point in the history
Co-authored-by: michal <nazywam@cert.pl>
  • Loading branch information
nazywam and michal authored Jul 16, 2020
1 parent 1e5fee0 commit b79a764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion malduck/extractor/extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b79a764

Please sign in to comment.