gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [ascension] branch master updated: resolve first FIXME


From: gnunet
Subject: [GNUnet-SVN] [ascension] branch master updated: resolve first FIXME
Date: Thu, 23 May 2019 14:59:28 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository ascension.

The following commit(s) were added to refs/heads/master by this push:
     new 3b7f401  resolve first FIXME
3b7f401 is described below

commit 3b7f4015836c6757b7a999e153f3b9bd1b82216b
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu May 23 14:58:54 2019 +0200

    resolve first FIXME
---
 ascension/ascension.py | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/ascension/ascension.py b/ascension/ascension.py
index 13c3192..4a037d3 100644
--- a/ascension/ascension.py
+++ b/ascension/ascension.py
@@ -591,12 +591,7 @@ class Ascender():
         altdomainlist = [e for e in domainlist if self.domain + " " in e]
         for zone in altdomainlist:
             zonename, _, pkey = zone.split(" ")
-            if self.subzonedict.get(zonename) is None:
-                self.subzonedict[zonename] = (pkey, self.minimum)
-            else:
-                # FIXME Christian what was that?
-                pkey_ttl = self.subzonedict[zonename]
-                self.subzonedict[zonename] = (pkey, self.minimum)
+            self.subzonedict[zonename] = (pkey, self.minimum)
 
         # Create missing zones (and add to dict) for GNS zones that are NOT 
DNS zones
         # ("." is not a zone-cut in DNS, but always in GNS).

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]