Merge lp:~jibel/ubuntu/bionic/apport/lp1582950_2_ubiquity_hook into lp:~ubuntu-core-dev/ubuntu/bionic/apport/ubuntu
Proposed by
Jean-Baptiste Lallement
Status: | Merged |
---|---|
Approved by: | Brian Murray |
Approved revision: | 2604 |
Merged at revision: | 2606 |
Proposed branch: | lp:~jibel/ubuntu/bionic/apport/lp1582950_2_ubiquity_hook |
Merge into: | lp:~ubuntu-core-dev/ubuntu/bionic/apport/ubuntu |
Diff against target: |
25 lines (+7/-1) 1 file modified
data/package-hooks/source_ubiquity.py (+7/-1) |
To merge this branch: | bzr merge lp:~jibel/ubuntu/bionic/apport/lp1582950_2_ubiquity_hook |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Brian Murray | Needs Fixing | ||
Ubuntu Core Development Team | Pending | ||
Review via email: mp+336474@code.launchpad.net |
Description of the change
source_ubiquity.py: Convert attachments to string when it is necessary.
To post a comment you must log in.
Thanks for working on this. I believe isinstance() is preferred to using type().
https:/ /docs.python. org/3/library/ functions. html#type
Did you test this with both scenarios outlined in the bug?