From: Bob Halley Date: Sat, 17 Apr 2021 13:57:31 +0000 (-0700) Subject: Fix repr() of GSS-TSIG key [Issue #657] X-Git-Tag: v2.2.0rc1~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5bc3b32311f4cb70b31909b36f4c8bbfa7040c2;p=thirdparty%2Fdnspython.git Fix repr() of GSS-TSIG key [Issue #657] --- diff --git a/dns/tsig.py b/dns/tsig.py index 5c773fff..50b2d47e 100644 --- a/dns/tsig.py +++ b/dns/tsig.py @@ -338,6 +338,9 @@ class Key: self.algorithm == other.algorithm) def __repr__(self): - return f"" + r = f"")