Skip to content

Commit

Permalink
[IMP] pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jobiols committed Jul 24, 2024
1 parent 9073170 commit 9b9524e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tools/gen_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,15 @@ def gen_one_addon_readme(org_name, repo_name, branch, addon_name, addon_dir, man
"generated for all installable addons found there...",
)
def gen_readme(files, version, org_name, repo_name, branch, addons_dir):
"""main function"""
"""main function esta es la entrada"""

import sys
args = sys.argv[1:]
print(args)
print('-------------------------')
print(files, version, org_name, repo_name, branch, addons_dir)
sys.exit()


if version:
print(f"Gen readme version {__version__}")
Expand Down

0 comments on commit 9b9524e

Please sign in to comment.