[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: [PATCH] Add a missing %s for .discinfo path



On Thu, 3 Jan 2008 16:19:12 -0500
Jesse Keating <jkeating redhat com> 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 redhat com>
Red Hat / Honolulu, HI

Attachment: pgpkkDwNgvkGM.pgp
Description: PGP signature


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]