chiark
/
gitweb
/
~mdw
/
tripe
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5dbeff
)
peerdb/tripe-newpeers.in (MissingSectionException): Fix constructor.
author
Mark Wooding
<mdw@distorted.org.uk>
Mon, 11 Jun 2018 12:09:33 +0000
(13:09 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Thu, 14 Jun 2018 11:50:38 +0000
(12:50 +0100)
peerdb/tripe-newpeers.in
patch
|
blob
|
blame
|
history
diff --git
a/peerdb/tripe-newpeers.in
b/peerdb/tripe-newpeers.in
index 31d1e9f021363b507b33973a8813fd5ca4e96da3..81e62f75fa8c2727f226a10c4e6ae563151b678d 100644
(file)
--- a/
peerdb/tripe-newpeers.in
+++ b/
peerdb/tripe-newpeers.in
@@
-167,7
+167,7
@@
class InheritanceCycleError (ExpectedError):
class MissingSectionException (ExpectedError):
def __init__(me, sec):
- me.
key = key
+ me.
sec = sec
def __str__(me):
return "Section `%s' not found" % (me.sec)