summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@play-bow.org>2020-06-30 20:43:01 -0700
committerBob Halley <halley@play-bow.org>2020-06-30 20:43:01 -0700
commit2e8642d72e2533edbdd68c621b28fa8bf3c29b38 (patch)
tree5ecbce07ace8d4064ad1418330767037c767839b
parentf1ad0e795e902f8dee675392980ae55c501c6007 (diff)
downloaddnspython-2e8642d72e2533edbdd68c621b28fa8bf3c29b38.tar.gz
lint
-rw-r--r--dns/dnssec.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/dnssec.py b/dns/dnssec.py
index 0be9f71..c50abf8 100644
--- a/dns/dnssec.py
+++ b/dns/dnssec.py
@@ -423,7 +423,7 @@ def _validate_rrsig(rrset, rrsig, keys, origin=None, now=None):
# since if the algorithm is really unknown we'd already have
# raised an exception above
raise ValidationFailure('unknown algorithm %u' %
- rrsig.algorithm) # pragma: no cover
+ rrsig.algorithm) # pragma: no cover
# If we got here, we successfully verified so we can return
# without error
return