Joel Granados wrote:
On Mon, Mar 16, 2009 at 01:25:22PM +0100, Radek Vykydal wrote:
---
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)
So where do we remove the temp dir?
in isys.unmount() called by self.unmount()
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list