You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Debian testing received an update of docutils from 0.17.1 to 0.19. Now this AttributeError is thrown
File "/usr/lib/python3/dist-packages/catkin_pkg/cli/tag_changelog.py", line 31, in get_forthcoming_label
title_text = title.children[0].rawsource
AttributeError: 'Text' object has no attribute 'rawsource'. Did you mean: 'source'?
rawsource was removed in 0.18 according to the release notes
Removed attributes:
nodes.Text.rawsource: we store the null-escaped text in Text nodes since 0.16 so there is no additional information in the rawsource.
The text was updated successfully, but these errors were encountered:
onjen
added a commit
to onjen/catkin_pkg
that referenced
this issue
Jan 30, 2023
Debian testing received an update of docutils from 0.17.1 to 0.19. Now this AttributeError is thrown
rawsource
was removed in 0.18 according to the release notesThe text was updated successfully, but these errors were encountered: