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

check_cyclic crashes #20

Closed
mirefek opened this issue Jan 19, 2024 · 1 comment
Closed

check_cyclic crashes #20

mirefek opened this issue Jan 19, 2024 · 1 comment

Comments

@mirefek
Copy link

mirefek commented Jan 19, 2024

This line

(a, b, c), *ps = points

Should not contain the parentheses, like

  a, b, c, *ps = points 

Otherwise, it crashes on:

TypeError: cannot unpack non-iterable Point object

@mirefek mirefek closed this as completed Jan 20, 2024
@mirefek
Copy link
Author

mirefek commented Jan 20, 2024

resolved with #16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant