On Thu, 3 Jan 2008 16:19:12 -0500 Jesse Keating <jkeating@xxxxxxxxxx> wrote: > image.py | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/image.py b/image.py > index 93d5cbe..6beedf3 100644 > --- a/image.py > +++ b/image.py > @@ -206,7 +206,7 @@ def presentRequiredMediaMessage(anaconda): > return > > # check what discs our currently mounted one provides > - if os.access("/.discinfo" % anaconda.backend.ayum.tree, os.R_OK): > + if os.access("%s/.discinfo" % anaconda.backend.ayum.tree, os.R_OK): > discNums = [] > try: > f = open("%s/.discinfo", anaconda.backend.ayum.tree) clumens beat you to it, already fixed. -- David Cantrell <dcantrell@xxxxxxxxxx> Red Hat / Honolulu, HI
Attachment:
pgpAs59qDgodA.pgp
Description: PGP signature
_______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list