我将一个 python 项目从 sublime2“转移”到了 eclipse。现在我得到了很多缩进错误。我试图用我们 reindent.py 脚本来纠正这个问题,但我得到了一个错误。
reindent -r /project_root
或者
python -m reindent -r /project_root
结果是:
IndentationError: unindent does not match any outer indentation level
我想递归地重新缩进。
提前致谢。