Bug 523534

Summary: IndentationError: unindent does not match any outer indentation level
Product: [Fedora] Fedora Reporter: Orion Poplawski <orion>
Component: authconfigAssignee: Tomas Mraz <tmraz>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: dpravec, tmraz
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: authconfig-5.4.12-1.fc12 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-09-17 07:56:49 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 Orion Poplawski 2009-09-15 20:55:27 UTC
Description of problem:

# authconfig --enablemd5 --enableshadow --enableldap --enableldapauth --ldapserver=ldap.cora.nwra.com --ldapbasedn=dc=nwra,dc=com --enableldaptls --ldaploadcacert=http://www.cora.nwra.com/cgi-bin/getca.pl --enablecache
Error in sys.excepthook:
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/abrt_exception_handler.py", line 262, in <lambda>
    handleMyException((etype, value, tb))
  File "/usr/lib/python2.6/site-packages/abrt_exception_handler.py", line 239, in handleMyException
    while trace.tb_next:
AttributeError: 'NoneType' object has no attribute 'tb_next'

Original exception was:
  File "/usr/sbin/authconfig", line 615
    widgets.append(cb)
                     ^
IndentationError: unindent does not match any outer indentation level

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

Comment 1 Orion Poplawski 2009-09-15 20:56:52 UTC
Fix that, then:

Original exception was:
  File "/usr/sbin/authconfig", line 623
    widgets.append(comp)
    ^
IndentationError: unexpected indent

Comment 2 Tomas Mraz 2009-09-17 07:18:58 UTC
*** Bug 523887 has been marked as a duplicate of this bug. ***