Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions projects/amdsmi/amdsmi_cli/amdsmi_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -1627,10 +1627,6 @@ def _add_ras_parser(self, subparsers: argparse._SubParsersAction, func):


def _add_node_parser(self, subparsers: argparse._SubParsersAction, func):
if self.helpers.is_virtual_os():
# This subparser is only available to Guest and Hypervisor systems
return

# Subparser help text
node_help = "Gets power information for the node"
node_subcommand_help = f"{self.description}\n\nReturns information for node 0 on the system.\
Expand Down
Loading