Merge lp://staging/~jawn-smith/update-manager/apt-pkg-typeerrror into lp://staging/update-manager
Proposed by
William Wilson
Status: | Merged |
---|---|
Merged at revision: | 2904 |
Proposed branch: | lp://staging/~jawn-smith/update-manager/apt-pkg-typeerrror |
Merge into: | lp://staging/update-manager |
Diff against target: |
27 lines (+8/-1) 2 files modified
UpdateManager/Core/UpdateList.py (+1/-1) debian/changelog (+7/-0) |
To merge this branch: | bzr merge lp://staging/~jawn-smith/update-manager/apt-pkg-typeerrror |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Brian Murray | Approve | ||
Review via email: mp+397044@code.staging.launchpad.net |
Description of the change
Adding an apt package to a list of strings causes typeerrors later on. Instead we should add the package name rather than the package object to the meta_pkgs list.
To post a comment you must log in.