Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

목표 위치 정하기 오류 #1

Open
tkgo11 opened this issue Aug 7, 2024 · 1 comment
Open

목표 위치 정하기 오류 #1

tkgo11 opened this issue Aug 7, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@tkgo11
Copy link
Owner

tkgo11 commented Aug 7, 2024

의도대로 작동하지 않고 오류가 남

print(pos_list)
if len([i for i in pos_list if i < 0]) > 0:
del pos_list[len([i for i in pos_list if i < 0]):]
pos_list.insert(0, i for i in pos_list if i < 0)
elif len([i for i in pos_list if i > 11]) > 0:
del pos_list[-len([i for i in pos_list if i < 0]):]
pos_list.append(i for i in pos_list if i < 0)
@tkgo11 tkgo11 added the bug Something isn't working label Aug 7, 2024
@tkgo11
Copy link
Owner Author

tkgo11 commented Aug 7, 2024

임시방편으로 오류가 나는 부분에는 목표 위치를 정하지 않게 수정함

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants