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

fix attribute completeness description text #862

Open
JanReifenrath opened this issue Dec 12, 2024 · 1 comment
Open

fix attribute completeness description text #862

JanReifenrath opened this issue Dec 12, 2024 · 1 comment

Comments

@JanReifenrath
Copy link
Collaborator

The attribute completeness description text says "attributes" even if there is only a single attribute selected. It should only say "attribute"

@JanReifenrath
Copy link
Collaborator Author

the code should look roughly like this
if len(self.attribute_names) > 1:
tags = "attributes " + ", ".join(self.attribute_names)
else:
tags = "attribute " + self.attribute_names[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