stec-inc / EnhanceIO

EnhanceIO Open Source for Linux
Other
420 stars 177 forks source link

W: inconsistent-use-of-tabs-and-spaces-in-indentation usr/sbin/eio_cli:435 #56

Open onlyjob opened 11 years ago

onlyjob commented 11 years ago

eio_cli file mixes tabs and spaces for indentation in a way that makes it depend on the worth of a tab expressed in spaces.

You can check consistency of indentation with the following command: python -m tabnanny <path-to-source-file>

Refer to http://docs.python.org/reference/lexical_analysis.html#indentation for details.

pyflakes produced few more pedantic warnings about eio_cli.