Skip to content

Commit

Permalink
[python] Collect verbose output via pip
Browse files Browse the repository at this point in the history
Signed-off-by: Sayan Das <[email protected]>
  • Loading branch information
sayan3296 authored and TurboTurtle committed Feb 8, 2025
1 parent 3046760 commit 9c4ce8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sos/report/plugins/python.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def setup(self):
# pip: /usr/bin/pip2.7 /usr/bin/pip3.6
# where we must skip the first word
for pip in pips['output'].split()[1:]:
self.add_cmd_output(f"{pip} list installed")
self.add_cmd_output(f"{pip} -v list installed")


class UbuntuPython(Python, DebianPlugin, UbuntuPlugin):
Expand Down

0 comments on commit 9c4ce8a

Please sign in to comment.