ACK On 12/16/2009 10:31 AM, Hans de Goede wrote:
Commit 98504bcaad593f3271a76f1591120310c781049d, accidentally removes a non related line, this patch restores this. --- backend.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/backend.py b/backend.py index 2ed8249..5ddeb8c 100644 --- a/backend.py +++ b/backend.py @@ -153,7 +153,7 @@ class AnacondaBackend: # to there. Otherwise we won't be able to unmount and swap media. free = anaconda.id.storage.fsFreeSpace self._loopbackFile = "%s%s/rhinstall-install.img" % (anaconda.rootPath, - + free[-1][0]) try: win = anaconda.intf.waitWindow(_("Copying File"), _("Transferring install image to hard drive"))
_______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list