summaryrefslogtreecommitdiffstats
path: root/raid.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-12-05 05:10:22 +0000
committerMatt Wilson <msw@redhat.com>2000-12-05 05:10:22 +0000
commit265e97939a298b322011fc6bd0b3624583bea43b (patch)
tree4f07c847055e4325dfcbbf984bf443d4ebeb9f6e /raid.py
parentf8ea2eb11c04a8d0d9e4b787f8b082e949af6bcc (diff)
downloadanaconda-265e97939a298b322011fc6bd0b3624583bea43b.tar.gz
anaconda-265e97939a298b322011fc6bd0b3624583bea43b.tar.xz
anaconda-265e97939a298b322011fc6bd0b3624583bea43b.zip
merge from anaconda-7-0-alpha-branch
Diffstat (limited to 'raid.py')
-rw-r--r--raid.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/raid.py b/raid.py
index 01659fc0e..fb61073d8 100644
--- a/raid.py
+++ b/raid.py
@@ -16,7 +16,7 @@ def scanForRaid(drives):
parts = []
os.remove("/tmp/" + d)
- for i in range(0, len(parts) - 1):
+ for i in range(0, len(parts)):
(type, start, size) = parts[i]
if type != _balkan.RAID: continue