Make re-init all inconsistent lvm mean re-init all instead of ignore all
On 05/25/2010 01:51 PM, Hans de Goede wrote:
Related: rhbz#591469
---
text.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/text.py b/text.py
index cb37467..09d7a0b 100644
--- a/text.py
+++ b/text.py
@@ -564,7 +564,7 @@ class InstallInterface(InstallInterfaceBase):
retVal = True
elif rc == 3:
key = allSet
- retval = True
+ retVal = True
self._inconsistentLVMAnswers[key] = retVal
return retVal
Ack to the set.
Ales
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
|