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

SCC: is_code() can return true even if the word is not a code #428

Closed
palemieux opened this issue May 13, 2024 · 0 comments · Fixed by #427
Closed

SCC: is_code() can return true even if the word is not a code #428

palemieux opened this issue May 13, 2024 · 0 comments · Fixed by #427
Labels
bug Something isn't working c-scc-reader

Comments

@palemieux
Copy link
Contributor

palemieux commented May 13, 2024

From @atsampson:

def is_code(self) -> bool:

is_code() can return True even if self.code is None, i.e., no code was found in the constructor.

See #427

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

Successfully merging a pull request may close this issue.

1 participant