J’ai un bug aussi pour la 26e entrée :
2023-01-19 15:29:05,522 INFO Build report 26/28
Traceback (most recent call last):
File « /Library/Frameworks/Python.framework/Versions/3.9/bin/campbot », line 8, in
sys.exit(main_entry_point())
File « /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/campbot/main.py », line 78, in main_entry_point
main(docopt(doc))
File « /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/campbot/main.py », line 85, in main
report_recent_changes(
File « /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/campbot/checkers.py », line 215, in report_recent_changes
report = DocumentReport(bot, contributions, tests)
File « /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/campbot/checkers.py », line 144, in init
report = ContributionReport(bot, contrib, tests)
File « /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/campbot/checkers.py », line 83, in init
self.delta -= self.old.get_locale_length(contrib.lang) if self.old else 0
File « /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/campbot/objects.py », line 125, in get_locale_length
locale = self.document.get_locale(lang)
AttributeError: ‹ NoneType › object has no attribute ‹ get_locale ›