You have been subscribed to a public bug:

When testing things on oracular, I ran into this exception after a late-
commands failed:

ERROR: hook /usr/share/apport/general-hooks/ubuntu.py crashed
Traceback (most recent call last):
  File 
"/snap/subiquity/5988/usr/lib/python3/lib/python3/dist-packages/apport/report.py",
 line 228, in _run_hook
    symb['add_info'](report, ui)
  File "/usr/share/apport/general-hook/ubuntu.py", line 34, in add_info
    _add_release_info(report)
  File "/usr/share/apport/general-hooks/ubuntu.py", line 472, in 
_add_release_info
    report.add_tags([release_codename])
AttributeError: 'Report' object has no attribute 'add_tags'.

This seems to happen because the Report class in core22
(/snap/subiquity/.../report.py) does not define an add_tags method ; but
the hooks in oracular expect the method to exist.

This might not be limited to oracular ; and could be a thing in noble
too?

** Affects: subiquity (Ubuntu)
     Importance: High
         Status: Triaged


** Tags: foundations-todo
-- 
AttributeError: 'Report' object has no attribute 'add_tags'
https://bugs.launchpad.net/bugs/2076233
You received this bug notification because you are a member of Ubuntu Bugs, 
which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to