]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Some automatic code check fixes.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 7 Jan 2009 13:14:17 +0000 (14:14 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 7 Jan 2009 13:14:17 +0000 (14:14 +0100)
src/pomona/runpychecker.sh
src/pomona/tui_partition.py

index b9ad59220650a93534abf401fd939922331cc4b6..30f8eb1d722efe2499368d11062eb8522d3ebaf2 100755 (executable)
@@ -3,7 +3,7 @@
 # This script will check pomona for any pychecker warning using a set of
 # options minimizing false positives, in combination with filtering of any
 # warning regularexpressions listed in pychecker-false-positives.
-# 
+#
 # If any warnings our found they will be stored in pychecker-log and printed
 # to stdout and this script will exit with a status of 1, if no (non filtered)
 # warnings are found it exits with a status of 0
index 32f475f5c2c4994f65ef21d06e7fb230e9c1717b..32cd938c5bcd3c09fcfeb32dd2c9d0a465941bcf 100644 (file)
@@ -606,7 +606,7 @@ class PartitionWindow:
             badblocksCB = Checkbox(_("Check for bad blocks"))
             poplevel.add(badblocksCB, 0, row)
             if origrequest.badblocks:
-                 badblocksCB.setValue("*")
+                badblocksCB.setValue("*")
 
             fsoptLbl = None