BrainSpawnInfosphere / pyarchey

Archey is a system information tool written in Python.
https://pypi.python.org/pypi/pyarchey/
GNU General Public License v3.0
8 stars 6 forks source link

fix 'inconsistent use of tabs and spaces in indentation' for python3 #5

Closed ksdpmx closed 9 years ago

ksdpmx commented 9 years ago
Traceback (most recent call last):
  File "/usr/bin/pyarchey", line 7, in <module>
    from pyarchey.pyarcher import main
  File "/usr/lib/python3.4/site-packages/pyarchey/pyarchey.py", line 386
    dist = _platform
                   ^

TabError: inconsistent use of tabs and spaces in indentation

According to PEP8 Tabs or Spaces?

Python 3 disallows mixing the use of tabs and spaces for indentation.

landscape-bot commented 9 years ago

Code Health Code quality remained the same when pulling 98177ac on jasonzzz:master into 39e53f1 on walchko:master.

walchko commented 9 years ago

thanks!