Bug 156456 - firstboot: inconsistent use of tabs and spaces in indentation
Summary: firstboot: inconsistent use of tabs and spaces in indentation
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: firstboot
Version: rawhide
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
Assignee: Chris Lumens
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-04-30 16:38 UTC by Ricky Ng-Adam
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-07-05 18:45:58 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
patch to correct inconsistent tab/spaces usage in files.. (9.67 KB, text/plain)
2005-04-30 18:06 UTC, Ricky Ng-Adam
no flags Details

Description Ricky Ng-Adam 2005-04-30 16:38:28 UTC
Description of problem:

[root@localhost ~]# python -tt /usr/share/firstboot/firstboot.py
  File "/usr/share/firstboot/firstboot.py", line 92
    os.system("xrdb -merge %s" % path)
                                     ^
TabError: inconsistent use of tabs and spaces in indentation

Version-Release number of selected component (if applicable):

firstboot-1.3.39-3

How reproducible:

always

Steps to Reproduce:
1. Run program with python to detect inconsistent use of tabs and spaces
2.
3.
  
Actual results:

inconsistent usage of tabs/spaces

Expected results:

consistent usage of tabs/spaces

Additional info:

Comment 1 Ricky Ng-Adam 2005-04-30 18:06:45 UTC
Created attachment 113891 [details]
patch to correct inconsistent tab/spaces usage in files..

Comment 2 Chris Lumens 2005-07-05 18:45:58 UTC
Committed to Rawhide.  Thanks for the patch.


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