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

The cli.py code in failing in line 221 #18

Open
vinayvarahabhotla opened this issue May 7, 2024 · 0 comments
Open

The cli.py code in failing in line 221 #18

vinayvarahabhotla opened this issue May 7, 2024 · 0 comments

Comments

@vinayvarahabhotla
Copy link

The Checker.check function in line 221 fails in the cli.py. The most likely reason is that the triples list in not in the correct format.
A possible solution is to make a change in line 208 :
triplets = item["triplets"] --> triplets = item["triplets"][0]

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