[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [PATCH] Correct syntax error.
- From: Joel Granados <jgranado redhat com>
- To: anaconda-devel-list redhat com
- Subject: Re: [PATCH] Correct syntax error.
- Date: Mon, 30 Mar 2009 15:07:34 +0200
This one was already addressed by dcantrell :)
On Mon, Mar 30, 2009 at 02:48:29PM +0200, Joel Granados Moreno wrote:
> ---
> upgrade.py | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/upgrade.py b/upgrade.py
> index 79231af..b58918d 100644
> --- a/upgrade.py
> +++ b/upgrade.py
> @@ -75,7 +75,7 @@ def isUpgradingArch(anaconda):
> import re
> if re.match("i.86", a) and re.match("i.86", b):
> return True
> - else
> + else:
> return a == b
>
> try:
> --
> 1.6.0.6
>
> _______________________________________________
> 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]