Bug 124972

Summary: IndentionError
Product: [Fedora] Fedora Reporter: Mike McLean <mikem>
Component: anacondaAssignee: Jeremy Katz <katzj>
Status: CLOSED RAWHIDE QA Contact: Mike McLean <mikem>
Severity: medium 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: 2004-06-01 20:37:55 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:
Attachments:
Description Flags
patch none

Description Mike McLean 2004-06-01 18:09:28 UTC
File "/usr/bin/anaconda", line 913
  xsetup = xserver.startXServer(videohw, monitorhw, mousehw, kbd,
                                                                ^
IndentionError: unindent does not match any outer indention level

It looks like a single space was inserted before this line and the
four continuation lines after it.

Comment 1 Mike McLean 2004-06-01 18:12:06 UTC
Created attachment 100756 [details]
patch

Comment 2 Jeremy Katz 2004-06-01 20:37:55 UTC
Fixed in CVS, feel free to just commit such things in the future.