From 11bb4c327fa41daeb6e0adb0c2eb6a69d4388625 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 28 Apr 2022 01:01:44 +0100 Subject: [PATCH] svc/connect.in: Qualify reference to symbol in `tripe' module. Oops. --- svc/connect.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svc/connect.in b/svc/connect.in index 25c80b0f..836ea2f3 100644 --- a/svc/connect.in +++ b/svc/connect.in @@ -451,7 +451,7 @@ class PingPeer (object): me._sabotage = False else: S.kill(me._peer) - except TripeError, e: + except T.TripeError, e: if e.args[0] == 'unknown-peer': me._pinger.kill(me._peer) def event(me, code, stuff): -- 2.11.0