isys.umount removes mount directory by default
---
storage/formats/fs.py | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/storage/formats/fs.py b/storage/formats/fs.py
index 545970c..fa93136 100644
--- a/storage/formats/fs.py
+++ b/storage/formats/fs.py
@@ -206,7 +206,6 @@ class FS(DeviceFormat):
self.mount(mountpoint=tmppath)
buf = os.statvfs(tmppath)
self.unmount()
- os.rmdir(tmppath)
self._mountpoint = origMountPoint
--
1.5.4.3
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
|