Merge lp://staging/~cjwatson/loggerhead/py3-fix-view-ui into lp://staging/loggerhead
Proposed by
Colin Watson
Status: | Merged |
---|---|
Merged at revision: | 503 |
Proposed branch: | lp://staging/~cjwatson/loggerhead/py3-fix-view-ui |
Merge into: | lp://staging/loggerhead |
Diff against target: |
11 lines (+1/-0) 1 file modified
loggerhead/controllers/view_ui.py (+1/-0) |
To merge this branch: | bzr merge lp://staging/~cjwatson/loggerhead/py3-fix-view-ui |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Tom Wardill (community) | Approve | ||
Review via email: mp+387061@code.staging.launchpad.net |
Commit message
Fix a test failure in ViewUI.
Description of the change
text_lines needs to return text, not bytes, so we need to split file_text again after decoding it.
To post a comment you must log in.