- fix whitespace bug
authorMark Huang <mlhuang@cs.princeton.edu>
Wed, 22 Nov 2006 19:20:36 +0000 (19:20 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Wed, 22 Nov 2006 19:20:36 +0000 (19:20 +0000)
source/steps/CheckForNewDisks.py

index 9bb9b44..0c121c3 100644 (file)
@@ -93,7 +93,7 @@ def Run( vars, log ):
         already_added= utils.sysexec_noerr(cmd % lvm_partition, log)
         cciss_already_added= utils.sysexec_noerr(cmd % cciss_lvm_partition, log)
 
-         if already_added or cciss_already_added:
+        if already_added or cciss_already_added:
             log.write( "It appears %s is part of the volume group, continuing.\n" %
                        device )
             continue