Skip to content

Commit

Permalink
Add missing parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonievonMann committed Jul 8, 2024
1 parent 180a1a5 commit 2fa95e6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions varats/varats/experiments/vara/blame_ast_experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,9 @@ def actions_for_project(
)
)
analysis_actions.append(
BlameAnnotationGeneration(project, self.get_handle())
BlameAnnotationGeneration(
project, self.get_handle(), bc_file_extensions
)
)

return analysis_actions
Expand Down Expand Up @@ -228,7 +230,9 @@ def actions_for_project(
)
)
analysis_actions.append(
BlameAnnotationGeneration(project, self.get_handle())
BlameAnnotationGeneration(
project, self.get_handle(), bc_file_extensions
)
)

return analysis_actions
Expand Down

0 comments on commit 2fa95e6

Please sign in to comment.