Skip to content

Commit

Permalink
[WIP]
Browse files Browse the repository at this point in the history
  • Loading branch information
jobiols committed Sep 8, 2024
1 parent a1779e5 commit 49c3237
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "v1.3.54"
__version__ = "module_name}/readme"

from . import manifest
6 changes: 3 additions & 3 deletions tools/gen_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@ def check_readme_fragments(kwargs, module):
# Chequear que tenga el contributores
if not check_contributors(addons, module):
errors.append(
"The section {module_name}/readme/CONTRIBUTORS.rst has no "
"identification please add one i.e. "
f"The section {module}/readme/CONTRIBUTORS.rst has no "
"identification please add one: \ni.e. "
"'* Jorge Obiols <jorge.obiols@gmail.com>'."
)

Expand All @@ -233,7 +233,7 @@ def check_readme_fragments(kwargs, module):
errors.append(
f"Please write a good description for the {module} module in the "
f"section {module}/readme/DESCRIPTION.rst\n"
f"The description must have at least "
"The description must have at least "
f"{kwargs.get('min_description_words')} words to be acceptable."
)

Expand Down

0 comments on commit 49c3237

Please sign in to comment.