Merge lp://staging/~chipaca/ubuntuone-client/fix-u1prefs-self-removal into lp://staging/ubuntuone-client/stable-1-4
Proposed by
John Lenton
Status: | Rejected | ||||
---|---|---|---|---|---|
Rejected by: | John Lenton | ||||
Proposed branch: | lp://staging/~chipaca/ubuntuone-client/fix-u1prefs-self-removal | ||||
Merge into: | lp://staging/ubuntuone-client/stable-1-4 | ||||
Diff against target: |
26 lines (+4/-4) 2 files modified
bin/ubuntuone-preferences (+1/-1) ubuntuone/api/restclient.py (+3/-3) |
||||
To merge this branch: | bzr merge lp://staging/~chipaca/ubuntuone-client/fix-u1prefs-self-removal | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
dobey (community) | Disapprove | ||
Alejandro J. Cura (community) | Approve | ||
Rodrigo Moya (community) | Approve | ||
Review via email: mp+36251@code.staging.launchpad.net |
Commit message
correctly stringify http errors that occur in restclient (in another process), and fix the call to bus.get_object in the case of removing the current machine's token.
Description of the change
correctly stringify http errors that occur in restclient (in another process), and fix the call to bus.get_object in the case of removing the current machine's token.
To post a comment you must log in.
Fixes stuff, looks good.