From: Michael Tremer Date: Thu, 9 Apr 2009 11:16:12 +0000 (+0200) Subject: Fixed syntax error in installer. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=671b5683dc7d57340936ab4c438aabb799786ade;p=ipfire-3.x.git Fixed syntax error in installer. --- diff --git a/src/pomona/fsset.py b/src/pomona/fsset.py index 526e30f8c..dcc80f350 100644 --- a/src/pomona/fsset.py +++ b/src/pomona/fsset.py @@ -694,7 +694,7 @@ class btrfsFileSystem(FileSystemType): self.packages = [ "btrfs-progs" ] self.needProgram = [ "mkfs.btrfs", "btrfsctl" ] - # Bigger, really, depending on machine + # Bigger, really, depending on machine self.maxSizeMB = 16 * 1024 * 1024 # We'll sneakily label it here, too. diff --git a/src/pomona/partedUtils.py b/src/pomona/partedUtils.py index fd74ba024..62e542ed6 100644 --- a/src/pomona/partedUtils.py +++ b/src/pomona/partedUtils.py @@ -942,7 +942,7 @@ class DiskSet: if initAll and ((clearDevs is None) or (len(clearDevs) == 0) \ or (drive in clearDevs)) and \ - and not hasProtectedPartitions(drive, self.pomona): + not hasProtectedPartitions(drive, self.pomona): try: disk, dev = self._labelDevice(drive) except: