# HG changeset patch # User Tero Marttila # Date 1394468878 -7200 # Node ID 3fed153a1fe6676de1234cae154275f2e648a779 # Parent f7e1e93a65f90db9dbc646e10c32a1379c10f0f6 pvl.dns.zone: typofix self.comment diff -r f7e1e93a65f9 -r 3fed153a1fe6 pvl/dns/zone.py --- a/pvl/dns/zone.py Sun Mar 02 13:24:06 2014 +0200 +++ b/pvl/dns/zone.py Mon Mar 10 18:27:58 2014 +0200 @@ -423,7 +423,7 @@ """ if self.comment : - comment = '\t; ' + self._comment + comment = '\t; ' + self.comment else : comment = ''