2026-06-06 00:16:19,517:INFO:root:=== Working on: master ===
2026-06-06 00:16:20,048:INFO:root:branch pulled and checked out
2026-06-06 00:16:20,097:INFO:root:105 revisions since last Daily bump
Traceback (most recent call last):
  File "../gcc-changelog/git_update_version.py", line 193, in <module>
    update_current_branch(name)
  File "../gcc-changelog/git_update_version.py", line 143, in 
update_current_branch
    commits = [c for c in commits if c.info.hexsha not in ignored_commits]
  File "../gcc-changelog/git_update_version.py", line 143, in <listcomp>
    commits = [c for c in commits if c.info.hexsha not in ignored_commits]
AttributeError: 'NoneType' object has no attribute 'hexsha'

Reply via email to