From 722756fee4321b0bac0724f313e77288421a9110 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Wed, 22 Nov 2006 19:20:36 +0000 Subject: [PATCH] - fix whitespace bug --- source/steps/CheckForNewDisks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/steps/CheckForNewDisks.py b/source/steps/CheckForNewDisks.py index 9bb9b44..0c121c3 100644 --- a/source/steps/CheckForNewDisks.py +++ b/source/steps/CheckForNewDisks.py @@ -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 -- 2.43.0