Skip to content

Commit

Permalink
Remove residual sh usage (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
gotmax23 authored Dec 23, 2023
1 parent 5fd5e41 commit d066b2e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/antsibull_docs/cli/doc_commands/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ def generate_plugin_docs(
)

venv = FakeVenvRunner()
venv_ansible_doc = venv.get_command("ansible-doc")
venv_ansible_doc = venv_ansible_doc.bake("-vvv")
try:
ansible_doc_results = venv.log_run(
["ansible-doc", "-vvv", "-t", plugin_type, "--json", plugin_name]
Expand Down

0 comments on commit d066b2e

Please # to comment.