[PATCH f18-alpha-branch 1/2] Fix a string substitution think-o

David Lehman dlehman at redhat.com
Thu Aug 30 01:05:49 UTC 2012


On Wed, 2012-08-29 at 16:03 -0700, Jesse Keating wrote:
> ---
>  anaconda | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

Both look okay to me.

> 
> diff --git a/anaconda b/anaconda
> index 7f008a9..f9eb878 100755
> --- a/anaconda
> +++ b/anaconda
> @@ -144,7 +144,8 @@ def setupPythonUpdates():
>      # from /run/install/ -- JLK
>      for dirname in ("updates", "product"):
>          if os.path.exists("/run/install/%s" % dirname):
> -            os.symlink("/run/install/%s", "/tmp/%s" % (dirname, dirname))
> +            os.symlink("/run/install/%s" % dirname,
> +                       "/tmp/%s" % dirname)
>  
>      if not os.path.exists("/tmp/updates"):
>          return




More information about the anaconda-patches mailing list