Bug 180412

Summary: bootloaderInfo.py:713 has syntax error
Product: [Fedora] Fedora Reporter: Alexandre Oliva <oliva>
Component: bootyAssignee: Peter Jones <pjones>
Status: CLOSED WORKSFORME QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-02-28 15:22:40 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Alexandre Oliva 2006-02-07 22:42:53 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.1) Gecko/20060202 Fedora/1.5.0.1-2 Firefox/1.5.0.1

Description of problem:
I tried a kickstart install with today's rawhide and it failed because the if statement at that line is missing parentheses:

-                if grubTarget[-2] == 'p' or
+                if (grubTarget[-2] == 'p') or


Version-Release number of selected component (if applicable):
booty-0.66-1

How reproducible:
Always

Steps to Reproduce:
1.Try a kickstart install of today's rawhide

Actual Results:  Exception on syntax error at bootloaderInfo.py line 713

Expected Results:  No exception

Additional info: