You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
): # needs to be explicitly checked for None since dns.name.Name for a root record is evaluated to False (len=0)
385
+
# needs to be explicitly checked for None since dns.name.Name for a root record is evaluated to False (len=0)
386
+
ifproperty_valueisnotNone:
388
387
ifslot=="strings":
389
388
txt=""
390
389
prefix=""
@@ -435,7 +434,10 @@ def request_to_rdata(
435
434
# construct rdata class values from string in the proper order. We could pass these to a constructor as kwargs, but we don't currently have client side rdata slot typing
0 commit comments