Modify ↓
Opened 11 years ago
Last modified 11 years ago
#11527 new defect
Python source code has mixed tabs and spaces
Reported by: | Ryan J Ollos | Owned by: | Roberto Longobardi |
---|---|---|---|
Priority: | normal | Component: | TestManagerForTracPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: |
Description
I noticed while quickly trying out your plugin, that version 1.8.1 of the source has mixed tabs and spaces, which can cause problems. There are just a few tabs, mostly around import
statements, but also dispersed throughout the files.
Attachments (0)
Change History (2)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
I recently discovered an easy way to fix issues like this,
/usr/share/doc/python2.6/examples/Tools/scripts/reindent.py -r -n .
Note: See
TracTickets for help on using
tickets.
Hi rjollos, sorry for the late answer, and thanks for helping out on the forum about my plugin.
My job is killing me these days :-)
Thanks for reporting this problem, I'll try to fix it asap.
Ciao, Roberto