commit d7820ef49d1c6931e55e252f8197690dba9bbc79 parent 1859a81b5b4783399fdc3743f8897ac94a78a41f Author: rexxnor <rexxnor+gnunet@brief.li> Date: Wed, 22 May 2019 20:09:24 +0200 hotfix for a bug with labels Diffstat:
| M | ascension/ascension.py | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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: