xrmx / bootchart

merge of bootchart-collector and pybootchartgui
GNU General Public License v2.0
233 stars 88 forks source link

TabError in parsing.py #29

Closed bensums closed 12 years ago

bensums commented 12 years ago

Latest git gives this.

$ pybootchartgui -i
Traceback (most recent call last):
  File "/usr/bin/pybootchartgui", line 20, in 
    from pybootchartgui.main import main
  File "/usr/lib/python3.2/site-packages/pybootchartgui/main.py", line 25, in 
    from . import parsing
  File "/usr/lib/python3.2/site-packages/pybootchartgui/parsing.py", line 384
    if not lines:
                ^
TabError: inconsistent use of tabs and spaces in indentation
xrmx commented 12 years ago

Fixed in cbb5612cbab47e8415ec4d096ff530f10df7bb26. Thanks for reporting.