Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rbonghi committed Dec 18, 2024
1 parent 1551f41 commit ac1a749
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jtop/core/nvpmodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def nvpmodel_decode():
# Extract save mask in nvpm_masks list with the same id
nvpm_masks[mode_id] = parsed_line['mask']
# Make a list
nvpm_masks = {}
nvpm_masks_list = list(nvpm_masks.values()) if nvpm_masks else [True] * len(nvpm)
return default, list(nvpm.values()), nvpm_masks_list

Expand Down

0 comments on commit ac1a749

Please sign in to comment.