From 2c83213a4981b7ae903fbb31028576577ef9c864 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 2 Oct 2012 11:42:20 -0400 Subject: [PATCH] Typo fix. --- irkerd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irkerd b/irkerd index 44aca0b..fe99a05 100755 --- a/irkerd +++ b/irkerd @@ -414,7 +414,7 @@ class Irker: del self.servers[oldest] except ValueError: self.logerr("can't recognize JSON on input: %s" % repr(line)) - except RuntimeException: + except RuntimeError: self.logerr("wildly malformed JSON blew the parser stack.") class IrkerTCPHandler(SocketServer.StreamRequestHandler): -- 2.26.2