From f82066a0b14673b6fadb1383aafd77abbd9f15ba Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 20 Sep 2021 15:06:24 +0100 Subject: [PATCH] peerdb/tripe-newpeers.in: Reflow an overlong comment. --- peerdb/tripe-newpeers.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/peerdb/tripe-newpeers.in b/peerdb/tripe-newpeers.in index f3aed823..39529531 100644 --- a/peerdb/tripe-newpeers.in +++ b/peerdb/tripe-newpeers.in @@ -460,9 +460,9 @@ class ConfigSection (object): path.append(me.name) try: - ## If we've been this way before on another pass through then return the - ## value we found then. If we're still thinking about it then we've - ## found a cycle. + ## If we've been this way before on another pass through then return + ## the value we found then. If we're still thinking about it then + ## we've found a cycle. try: v, p = me._cache[key] except KeyError: pass else: -- 2.11.0