Merge lp:~wulczer/pastebinit/pastebinit-fixes into lp:pastebinit

Proposed by Jan Urbański
Status: Merged
Merged at revision: 81
Proposed branch: lp:~wulczer/pastebinit/pastebinit-fixes
Merge into: lp:pastebinit
Diff against target: 12 lines (+1/-1)
1 file modified
pastebinit (+1/-1)
To merge this branch: bzr merge lp:~wulczer/pastebinit/pastebinit-fixes
Reviewer Review Type Date Requested Status
Pastebinit Developers Pending
Review via email: mp+26404@code.launchpad.net

Description of the change

The loop over config directories ends after going through the first one because of a indento.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'pastebinit'
2--- pastebinit 2010-02-18 01:39:08 +0000
3+++ pastebinit 2010-05-31 09:56:25 +0000
4@@ -67,7 +67,7 @@
5 print >> sys.stderr, _("%s: no 'basename' in [pastebin]") % filename
6 continue
7 pastebind[basename] = bininstance
8- return pastebind
9+ return pastebind
10
11 # pastey.net obfuscates parent ids for replies. Rather than taking the
12 # post ID given as the parent ID, we must handle this by going to that

Subscribers

People subscribed via source and target branches

to all changes: