Skip to content

Commit

Permalink
call report method (#151)
Browse files Browse the repository at this point in the history
Signed-off-by: Nicklas Körtge <[email protected]>
  • Loading branch information
n1ckl0sk0rtge authored Sep 23, 2024
1 parent ec6db5f commit 2d8ecdf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ public void visitCallExpression(@Nonnull CallExpression tree) {
public void update(@Nonnull Finding<PythonCheck, Tree, Symbol, PythonVisitorContext> finding) {
List<INode> nodes = pythonTranslationProcess.initiate(finding.detectionStore());
PythonAggregator.addNodes(nodes);
this.report(finding.detectionStore(), this);
}

@Override
Expand Down

0 comments on commit 2d8ecdf

Please sign in to comment.