2025-03-22 00:16:22,263:INFO:root:=== Working on: master ===
2025-03-22 00:16:22,656:INFO:root:branch pulled and checked out
2025-03-22 00:16:22,677:INFO:root:183 revisions since last Daily bump
Traceback (most recent call last):
  File "../gcc-changelog/git_update_version.py", line 185, in <module>
    update_current_branch(name)
  File "../gcc-changelog/git_update_version.py", line 135, 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 135, 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