summaryrefslogtreecommitdiffstats
path: root/textw/partition_text.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-08-29 20:06:30 +0000
committerJeremy Katz <katzj@redhat.com>2001-08-29 20:06:30 +0000
commit097c96b9cd6bba9be602dafb218a256b79c8ed52 (patch)
tree8c06ceb33d2e8c7c95703232e9872e577d854803 /textw/partition_text.py
parent7b4f497a53bcd60ac7fbe4efdee6001c7e674757 (diff)
downloadanaconda-097c96b9cd6bba9be602dafb218a256b79c8ed52.tar.gz
anaconda-097c96b9cd6bba9be602dafb218a256b79c8ed52.tar.xz
anaconda-097c96b9cd6bba9be602dafb218a256b79c8ed52.zip
raidcounter needs to be bumped in the loop in text mode (52807)
Diffstat (limited to 'textw/partition_text.py')
-rw-r--r--textw/partition_text.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/textw/partition_text.py b/textw/partition_text.py
index f6ce029dd..690dbf0a1 100644
--- a/textw/partition_text.py
+++ b/textw/partition_text.py
@@ -150,6 +150,7 @@ class PartitionWindow:
"", "", "%dM" %(size),
"%s" %(ptype), "%s" %(mount)], request.device,
[LEFT, RIGHT, RIGHT, RIGHT, LEFT, LEFT])
+ raidcounter = raidcounter + 1
def refresh(self):