Skip to content

Commit

Permalink
Merge pull request #620 from nilshamerlinck/delete_pandoc_installer
Browse files Browse the repository at this point in the history
oca-gen-addon-readme: delete pandoc installer
  • Loading branch information
sbidoul authored Jul 4, 2024
2 parents f81a2cd + ecf1877 commit b2b2c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/gen_addon_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def __init__(self, level: int):

@functools.lru_cache(maxsize=None)
def ensure_pandoc_installed() -> None:
pypandoc.ensure_pandoc_installed()
pypandoc.ensure_pandoc_installed(delete_installer=True)


def make_runboat_badge(repo, branch):
Expand Down

0 comments on commit b2b2c72

Please sign in to comment.