You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
The attribute completeness description text says "attributes" even if there is only a single attribute selected. It should only say "attribute"
The text was updated successfully, but these errors were encountered: