Bug 523534 - IndentationError: unindent does not match any outer indentation level
Summary: IndentationError: unindent does not match any outer indentation level
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: authconfig
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Tomas Mraz
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 523887 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-09-15 20:55 UTC by Orion Poplawski
Modified: 2009-09-17 07:56 UTC (History)
2 users (show)

Fixed In Version: authconfig-5.4.12-1.fc12
Clone Of:
Environment:
Last Closed: 2009-09-17 07:56:49 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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. ***


Note You need to log in before you can comment on or make changes to this bug.