Bug 523887

Summary: wrong indentation near lines 614-618 in authconfig.py
Product: [Fedora] Fedora Reporter: David Pravec <dpravec>
Component: authconfigAssignee: Tomas Mraz <tmraz>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: high    
Version: rawhideCC: tmraz
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: 2009-09-17 07:18:58 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 to correct this problem none

Description David Pravec 2009-09-17 03:58:23 UTC
Created attachment 361416 [details]
patch to correct this problem

Description of problem:

file /usr/share/authconfig/authconfig.py is having wrong indent near lines 614-618

Version-Release number of selected component (if applicable):
authconfig-5.4.11-1.fc12.i686.rpm

How reproducible:
always

Steps to Reproduce:
1. run authconfig --help
2. get error message 

  
Actual results:
  File "/usr/share/authconfig/authconfig.py", line 623
    widgets.append(comp)
    ^
IndentationError: unexpected indent

Comment 1 Tomas Mraz 2009-09-17 07:18:58 UTC

*** This bug has been marked as a duplicate of bug 523534 ***