Python プロジェクトを sublime2 から eclipse に「転送」しました。今、インデントエラーがたくさんあります。これを修正するために reindent.py スクリプトを使用しようとしましたが、エラーが発生しました。
reindent -r /project_root
また
python -m reindent -r /project_root
結果:
IndentationError: unindent does not match any outer indentation level
再帰的に再インデントしたいと思います。
前もって感謝します。