diff options
author | Jeremy Katz <katzj@redhat.com> | 2004-04-16 17:50:47 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2004-04-16 17:50:47 +0000 |
commit | 0ebc21d37fbc725de0f2142e9067e56fa95d1fe4 (patch) | |
tree | 8f817508abe9b71d1ddd711da4d393167fb677ce /textw | |
parent | 0ce5b6cb580a6dca76641513d4cd27bc252601cb (diff) | |
download | anaconda-0ebc21d37fbc725de0f2142e9067e56fa95d1fe4.tar.gz anaconda-0ebc21d37fbc725de0f2142e9067e56fa95d1fe4.tar.xz anaconda-0ebc21d37fbc725de0f2142e9067e56fa95d1fe4.zip |
silly fix -- it helps to actually go to the next partition instead of constantly
looping
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 e781e3ffd..a942b39e3 100644 --- a/textw/partition_text.py +++ b/textw/partition_text.py @@ -123,6 +123,7 @@ class PartitionWindow: continue # ignore the tiny < 1 MB partitions (#119479) if getPartSizeMB(part) <= 1.0: + part = disk.next_partition(part) continue device = get_partition_name(part) |