Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions validation/_validate/validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ def outputErrors(errors: list[str], errorFilePath: str | None = None):
errorFile.write(
"This add-on submission has validation errors. "
"Please submit a new version with the errors fixed. "
"To get help fixing the errors, read the Add-on Manifest Validation section of the [Submission Guide](https://github.com/nvaccess/addon-datastore/blob/master/docs/submitters/submissionGuide.md#add-on-manifest-validation) "
"Errors:\n- " + "\n- ".join(errors) + "\n\n",
Comment on lines 408 to 411

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

did you consider this suggestion?

)

Expand Down
Loading