Merge lp:~dobey/ubuntuone-control-panel/pep8-fix into lp:ubuntuone-control-panel

Proposed by dobey
Status: Merged
Approved by: Roberto Alsina
Approved revision: 403
Merged at revision: 403
Proposed branch: lp:~dobey/ubuntuone-control-panel/pep8-fix
Merge into: lp:ubuntuone-control-panel
Diff against target: 11 lines (+1/-1)
1 file modified
ubuntuone/controlpanel/tests/test_backend.py (+1/-1)
To merge this branch: bzr merge lp:~dobey/ubuntuone-control-panel/pep8-fix
Reviewer Review Type Date Requested Status
Roberto Alsina (community) Approve
Review via email: mp+166584@code.launchpad.net

Commit message

Fix pep8 warning.

To post a comment you must log in.
Revision history for this message
Roberto Alsina (ralsina) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ubuntuone/controlpanel/tests/test_backend.py'
2--- ubuntuone/controlpanel/tests/test_backend.py 2013-02-22 19:54:41 +0000
3+++ ubuntuone/controlpanel/tests/test_backend.py 2013-05-30 19:27:32 +0000
4@@ -977,7 +977,7 @@
5 username = share['other_visible_name']
6 if not username:
7 username = share['other_username'] + \
8- ' (%s)' % self.be.NAME_NOT_SET
9+ ' (%s)' % self.be.NAME_NOT_SET
10
11 shares[username].append(share)
12

Subscribers

People subscribed via source and target branches

to all changes: