Python reindent错误

时间:2013-02-28 19:42:02

标签: python syntax

我将一个python项目从sublime2“转移”到eclipse。现在我收到了很多缩进错误。我试着用reindent.py脚本来纠正这个问题,但是我收到了一个错误。

reindent -r /project_root

python -m reindent -r /project_root

结果:

IndentationError: unindent does not match any outer indentation level

我想递归地重新加入。

提前致谢。

1 个答案:

答案 0 :(得分:0)

你可能有一些标签和一些空格,它需要保持一致。如果您没有多个文件,那么运行python -m tabnanny <file name>.py将有助于解决哪些文件存在问题。