gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [ascension] 24/45: fixed zone serialisation


From: gnunet
Subject: [GNUnet-SVN] [ascension] 24/45: fixed zone serialisation
Date: Fri, 25 Jan 2019 10:02:24 +0100

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

rexxnor pushed a commit to branch master
in repository ascension.

commit ba3c40287c006334dcceac8502f351982bffde1b
Author: rexxnor <address@hidden>
AuthorDate: Sun Oct 14 10:18:18 2018 +0200

    fixed zone serialisation
---
 gnsmigrator/gnsmigrator.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnsmigrator/gnsmigrator.py b/gnsmigrator/gnsmigrator.py
index 3fa3ba4..b1832a5 100644
--- a/gnsmigrator/gnsmigrator.py
+++ b/gnsmigrator/gnsmigrator.py
@@ -477,7 +477,7 @@ class TLDMigrator(BaseMigrator):
 
             # zip and pickle the zone
             with gzip.open('%s.zone.gz' % cls.tld[:-1], 'wb') as zonefile:
-                pickle.dump(zone, zonefile)
+                pickle.dump(cls.zone, zonefile)
 
     @classmethod
     def transfer_zone(cls, zone_factory=dns.zone.Zone,

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



reply via email to

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