Skip to content

Commit

Permalink
Testing Chart error
Browse files Browse the repository at this point in the history
  • Loading branch information
rbonghi committed Jul 25, 2024
1 parent b7e4484 commit c75913c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jtop/gui/lib/chart.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ def __init__(self, jetson, name, callback, type_value=int, line="*", color_text=
idx_name = Chart.OFFSET_COLOR_CHART + self._color_obj_counter + (len(self.color_chart) - idx - 1) * color_step + idy
second_color = self.color_chart[color_set[1]] if color_set[1] < len(self.color_chart) else curses.COLOR_BLACK
logger.info("-------------------------------------")
logger.info(f"{self.color_chart}")
logger.info(f"{values}")
logger.info(f"{self._combinations}")
logger.info(f"{Chart.OFFSET_COLOR_CHART}")
logger.info(f"{self._color_obj_counter}")
logger.info(f"{(len(self.color_chart) - idx - 1)}")
Expand Down

0 comments on commit c75913c

Please sign in to comment.