Missing one level of indentation for Timezone.writeKS() Ooops. --- timezone.py | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/timezone.py b/timezone.py index 01ade8b..f29e9a7 100644 --- a/timezone.py +++ b/timezone.py @@ -27,10 +27,10 @@ log = logging.getLogger("anaconda") class Timezone: def writeKS(self, f): - f.write("timezone") - if self.utc: - f.write(" --utc") - f.write(" %s\n" % self.tz) + f.write("timezone") + if self.utc: + f.write(" --utc") + f.write(" %s\n" % self.tz) def write(self, instPath): # dont do this in test mode! -- 1.6.0.2 -- David Cantrell <dcantrell@xxxxxxxxxx> Red Hat / Honolulu, HI
Attachment:
pgpdao64xxkO6.pgp
Description: PGP signature
_______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list