[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [PATCH 1/3] Remove temporary directory used in _getExistingSize()
- From: Joel Granados <jgranado redhat com>
- To: Discussion of Development and Customization of the Red Hat Linux Installer <anaconda-devel-list redhat com>
- Subject: Re: [PATCH 1/3] Remove temporary directory used in _getExistingSize()
- Date: Thu, 2 Apr 2009 10:56:28 +0200
looks fine.
On Wed, Apr 01, 2009 at 05:43:10PM -1000, David Cantrell wrote:
> ---
> storage/formats/fs.py | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/storage/formats/fs.py b/storage/formats/fs.py
> index cff52d3..5415ea0 100644
> --- a/storage/formats/fs.py
> +++ b/storage/formats/fs.py
> @@ -206,6 +206,7 @@ class FS(DeviceFormat):
> self.mount(mountpoint=tmppath, options="ro")
> buf = os.statvfs(tmppath)
> self.unmount()
> + os.rmdir(tmppath)
>
> self._mountpoint = origMountPoint
>
> --
> 1.6.2
>
> _______________________________________________
> Anaconda-devel-list mailing list
> Anaconda-devel-list redhat com
> https://www.redhat.com/mailman/listinfo/anaconda-devel-list
--
Joel Andres Granados
Brno, Czech Republic, Red Hat.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]