-
Notifications
You must be signed in to change notification settings - Fork 142
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
Issue1147 Use pathlib #228
Issue1147 Use pathlib #228
Conversation
@@ -297,7 +297,7 @@ def parse_literal(context, alist, type_dict, predicate_dict, negated=False): | |||
|
|||
if arity != len(alist) - 1: | |||
context.error(f"Predicate '{predicate_name}' of arity {arity} used" | |||
f" with {len(alist) -1} arguments.", alist) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unrelated to the issue but this was causing a failing style check locally.
I checked the new logic for storing arguments for validation in |
We discussed this offline and decided to move this to a separate issue. |
No description provided.