Open onlyjob opened 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.
eio_cli
You can check consistency of indentation with the following command: python -m tabnanny <path-to-source-file>
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.
pyflakes
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 abouteio_cli
.