diff options
author | Jeremy Katz <katzj@redhat.com> | 2001-08-29 20:06:30 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2001-08-29 20:06:30 +0000 |
commit | 097c96b9cd6bba9be602dafb218a256b79c8ed52 (patch) | |
tree | 8c06ceb33d2e8c7c95703232e9872e577d854803 /textw | |
parent | 7b4f497a53bcd60ac7fbe4efdee6001c7e674757 (diff) | |
download | anaconda-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')
-rw-r--r-- | textw/partition_text.py | 1 |
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): |