Hi,

Florent Aide wrote:
> Le jeudi 10 mai 2007 à 00:48 +0300, Ori Avtalion a écrit :
>> There's two more in turbogears/toolbox/catwalk/__init__.py :D
> done in r3006
> 

Python interprets tabs as ' '*8, not *4, which means the file is still
indented incorrectly.

Run "python -m tabnanny <file>" for a detailed report (line 880) -
regardless of what text editor settings you have, tabnanny will not miss
those errors.

This is exactly why tabs+spaces mixes are dangerous :)

-Ori

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Trunk" group.
To post to this group, send email to turbogears-trunk@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to