일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- reverse v.s. reversed
- decorator
- PIP
- pandas
- sort v.s. sorted
- 순수함수
- functools.wraps
- 생각
- timestamp
- OS
- 고차함수
- ds_store
- sort(reverse=True) v.s. reverse
- os.path
- boto3
- 코딩 테스트
- 함수형 프로그래밍
- S3
- selenium-wire
- Airflow
- 쿼리
- Python
- slicing [::-1]
- r-string
- [초급(예비) 개발자 오픈소스 실무 역량강화 교육]
- blinker
- CI/CD
Archives
- Today
- Total
공부일지
[Python]IndentationError: unindent does not match any outer indentation level 본문
Computer/공부정리
[Python]IndentationError: unindent does not match any outer indentation level
이르리의 공부일지 2023. 10. 26. 15:36오늘의 에러
IndentationError: unindent does not match any outer indentation level
찾아보니 띄어쓰기 문제라한다.
육안으로는 확인이 안 돼서
직접 탭(Tab) 지우고 다시 엔터하니까 됐다.
VSCode 띄어쓰기 칸 수 확인 눈으로 하기 어렵다 한다.
'Computer > 공부정리' 카테고리의 다른 글
[Python]예외처리 시 에러메시지 보기 (0) | 2023.10.26 |
---|---|
[Python]eprecationWarning: executable_path has been deprecated, please pass in a Service object (0) | 2023.10.26 |
[Python]pymysql.err.DataError: (1265, "Data truncated for column 'estimate_min' at row 1") (0) | 2023.10.26 |
[Python]TypeError: expected string or bytes-like object, got 'list' (0) | 2023.10.26 |
[Mac][Excel]영어로 자동변환 없애기 (0) | 2023.10.26 |