summaryrefslogtreecommitdiffstats
path: root/partedUtils.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2006-05-19 21:25:34 +0000
committerChris Lumens <clumens@redhat.com>2006-05-19 21:25:34 +0000
commit6732514010bd40daf16e486eff05aa8692b07053 (patch)
treec471807ea56f8ccc5af4a01e71ef4a2953e2855b /partedUtils.py
parent82742302eb69cdeebd70b13109561454d889f450 (diff)
downloadanaconda-6732514010bd40daf16e486eff05aa8692b07053.tar.gz
anaconda-6732514010bd40daf16e486eff05aa8692b07053.tar.xz
anaconda-6732514010bd40daf16e486eff05aa8692b07053.zip
Don't get stuck in an infinite loop.
Diffstat (limited to 'partedUtils.py')
-rw-r--r--partedUtils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/partedUtils.py b/partedUtils.py
index 47244c89a..b5572e03e 100644
--- a/partedUtils.py
+++ b/partedUtils.py
@@ -722,6 +722,7 @@ class DiskSet:
protected = anaconda.method.protectedPartitions()
if protected and node in protected:
+ part = disk.next_partition(part)
continue
try: