Bug 458287

Summary: Bad indentation in seobject.py breaks audit2why
Product: [Fedora] Fedora Reporter: John Ellson <john.ellson>
Component: policycoreutilsAssignee: Daniel Walsh <dwalsh>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
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: 2008-09-09 17:50:23 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 for indentation problems none

Description John Ellson 2008-08-07 14:04:53 UTC
Created attachment 313694 [details]
patch for indentation problems

Description of problem:
Bad indentation in /usr/lib64/python2.5/site-packages/seobject.py

Version-Release number of selected component (if applicable):
policycoreutils.x86_64 0:2.0.54-2.fc10

How reproducible:
100%

Steps to Reproduce:
1.audit2why -a
2.
3.
  
Actual results:
Traceback (most recent call last):
  File "/usr/bin/audit2allow", line 344, in <module>
    app.main()
  File "/usr/bin/audit2allow", line 338, in main
    self.__output()
  File "/usr/bin/audit2allow", line 290, in __output
    return self.__output_audit2why()
  File "/usr/bin/audit2allow", line 224, in __output_audit2why
    import seobject
  File "/usr/lib64/python2.5/site-packages/seobject.py", line 368
    self.commit()
                ^
IndentationError: unindent does not match any outer indentation level


Expected results:
working code

Additional info:

Comment 1 Daniel Walsh 2008-09-09 17:50:23 UTC
Fixed in rawhide.