Bug 458287 - Bad indentation in seobject.py breaks audit2why
Summary: Bad indentation in seobject.py breaks audit2why
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: policycoreutils
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Daniel Walsh
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-08-07 14:04 UTC by John Ellson
Modified: 2008-09-09 17:50 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-09-09 17:50:23 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
patch for indentation problems (3.17 KB, patch)
2008-08-07 14:04 UTC, John Ellson
no flags Details | Diff

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.


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