]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Syntax error in pyldns
authorWillem Toorop <willem@nlnetlabs.nl>
Mon, 15 Aug 2022 10:37:19 +0000 (12:37 +0200)
committerWillem Toorop <willem@nlnetlabs.nl>
Mon, 15 Aug 2022 10:37:19 +0000 (12:37 +0200)
contrib/python/ldns_rdf.i

index 3d1d261b19fdbcd7e9c7d6027dc07b1d7cf68496..5d7448fdc45cfa1ae3f0adb6e3d985603a590c65 100644 (file)
@@ -315,7 +315,7 @@ specified in the (16-bit) type field with a value from ldns_rdf_type."
             """
             rr = _ldns.ldns_rdf_new_frm_str(rr_type, string)
             if (not rr) and raiseException:
-                raise Exception("Can't create query packet"))
+                raise Exception("Can't create query packet")
             return rr
 
         #