diff options
author | Matt Wilson <msw@redhat.com> | 2003-01-08 18:52:54 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2003-01-08 18:52:54 +0000 |
commit | 514711d188e3f99d0f9946d30d1d6477aa2896a6 (patch) | |
tree | 2b0819bb978e5169b0d6bd55f81b6c8487197f0e /partedUtils.py | |
parent | ca0bcfe1bcb8e782ba2910326d7729eb3d1e1b6e (diff) | |
download | anaconda-514711d188e3f99d0f9946d30d1d6477aa2896a6.tar.gz anaconda-514711d188e3f99d0f9946d30d1d6477aa2896a6.tar.xz anaconda-514711d188e3f99d0f9946d30d1d6477aa2896a6.zip |
spaces to tabs
Diffstat (limited to 'partedUtils.py')
-rw-r--r-- | partedUtils.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/partedUtils.py b/partedUtils.py index 026296fbd..13678a127 100644 --- a/partedUtils.py +++ b/partedUtils.py @@ -441,8 +441,8 @@ class DiskSet: isys.umount(mountpoint) # now, look for candidate lvm roots - lvm.vgscan() - lvm.vgactivate() + lvm.vgscan() + lvm.vgactivate() vgs = [] if os.path.isdir("/proc/lvm/VGs"): @@ -469,7 +469,7 @@ class DiskSet: getRedHatReleaseString(mountpoint))) isys.umount(mountpoint) - lvm.vgdeactivate() + lvm.vgdeactivate() # don't stop raid until after we've looked for lvm on top of it self.stopAllRaid() |