ansible-collections / community.general

Ansible Community General Collection
https://galaxy.ansible.com/ui/repo/published/community/general/
GNU General Public License v3.0
833 stars 1.53k forks source link

pipx: remove unused param from the runner ctx.run() call #8965

Closed russoz closed 1 month ago

russoz commented 1 month ago
SUMMARY

Remove unused param from the CmdRunner context run. It is guaranteed to be unused because the param name_source is not used in the context, as defined in the previous line.

ISSUE TYPE
COMPONENT NAME

pipx

patchback[bot] commented 1 month ago

Backport to stable-9: 💚 backport PR created

✅ Backport PR branch: patchback/backports/stable-9/daaa008713ccb73bdf0b2f2dd8b2759c7cd02841/pr-8965

Backported as https://github.com/ansible-collections/community.general/pull/8967

🤖 @patchback I'm built with octomachinery and my source is open — https://github.com/sanitizers/patchback-github-app.

felixfontein commented 1 month ago

@russoz thanks!