파이참 - IndentationError: unindent does not match any outer indentation level

hyuckhoon.ko·2023년 10월 20일
0

문제

vscode에서 파이참으로 IDE 변경 후 아래 이슈가 발생했다.

IndentationError: unindent does not match any outer indentation level


조치

command + , -> Editor -> Code Style -> Python -> Use tab character 해제

tab키 사용 해제를 함으로써, space만 허용되도록 즉 tab의 경우 space 4번이 작동된 것으로 인식하도록 수정.

0개의 댓글

Powered by GraphCDN, the GraphQL CDN