diff options
author | Chris Lumens <clumens@redhat.com> | 2006-05-19 21:25:34 +0000 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2006-05-19 21:25:34 +0000 |
commit | 6732514010bd40daf16e486eff05aa8692b07053 (patch) | |
tree | c471807ea56f8ccc5af4a01e71ef4a2953e2855b /partedUtils.py | |
parent | 82742302eb69cdeebd70b13109561454d889f450 (diff) | |
download | anaconda-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.py | 1 |
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: |