xrmx / bootchart

merge of bootchart-collector and pybootchartgui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TabError in parsing.py

bensums opened this issue · comments

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

Fixed in cbb5612. Thanks for reporting.