Skip to content

Commit

Permalink
- Fixes from manual test.
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpojer committed Oct 1, 2024
1 parent 4e877b2 commit d16adb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release_notes_generator/record/record_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,6 @@ def register_commit_to_record(c: Commit) -> None:
real_issue_counts,
len(pulls),
len(commits),
sum(isinstance(nr, str) for nr in records.keys())
sum(isinstance(r, IsolatedCommitsRecord) for r in records)
)
return records

0 comments on commit d16adb0

Please sign in to comment.