2026-06-07 00:16:19,158:INFO:root:=== Working on: master ===
2026-06-07 00:16:19,946:INFO:root:branch pulled and checked out
2026-06-07 00:16:19,991:INFO:root:115 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