Skip to content

Commit

Permalink
Merge pull request #58 from rohaquinlop/issue-57
Browse files Browse the repository at this point in the history
fix(python): #57 fix output_summary function call
  • Loading branch information
rohaquinlop authored Dec 15, 2024
2 parents 654afee + d45de79 commit 57d850a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion complexipy/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def main(

if not quiet:
has_success = output_summary(
console, max_complexity, details, paths, sort
console, files_complexities, max_complexity, details, sort
)
if quiet:
has_success = has_success_functions(files_complexities, max_complexity)
Expand Down

0 comments on commit 57d850a

Please sign in to comment.