gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [ascension] 04/04: hotfix for a bug with labels


From: gnunet
Subject: [GNUnet-SVN] [ascension] 04/04: hotfix for a bug with labels
Date: Wed, 22 May 2019 20:10:23 +0200

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

rexxnor pushed a commit to branch master
in repository ascension.

commit d7820ef49d1c6931e55e252f8197690dba9bbc79
Author: rexxnor <address@hidden>
AuthorDate: Wed May 22 20:09:24 2019 +0200

    hotfix for a bug with labels
---
 ascension/ascension.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ascension/ascension.py b/ascension/ascension.py
index ffceba7..13c3192 100644
--- a/ascension/ascension.py
+++ b/ascension/ascension.py
@@ -193,8 +193,8 @@ class Ascender():
                     break
 
                 # execute thing to run on item
-                name, listofrdatasets = labelrecords
-                subzones = str(name).split('.')
+                label, listofrdatasets = labelrecords
+                subzones = str(label).split('.')
                 domain = self.domain
 
                 if len(subzones) > 1:

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



reply via email to

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