[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH 7/9] Fix typo in upgrade.py
- From: David Cantrell <dcantrell redhat com>
- To: anaconda-devel-list redhat com
- Cc:
- Subject: [PATCH 7/9] Fix typo in upgrade.py
- Date: Fri, 27 Mar 2009 19:04:38 -1000
else -> else:
---
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.2
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]