Skip to content

Commit c75913c

Browse files
committed
Testing Chart error
1 parent b7e4484 commit c75913c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

jtop/gui/lib/chart.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ def __init__(self, jetson, name, callback, type_value=int, line="*", color_text=
7777
idx_name = Chart.OFFSET_COLOR_CHART + self._color_obj_counter + (len(self.color_chart) - idx - 1) * color_step + idy
7878
second_color = self.color_chart[color_set[1]] if color_set[1] < len(self.color_chart) else curses.COLOR_BLACK
7979
logger.info("-------------------------------------")
80+
logger.info(f"{self.color_chart}")
81+
logger.info(f"{values}")
82+
logger.info(f"{self._combinations}")
8083
logger.info(f"{Chart.OFFSET_COLOR_CHART}")
8184
logger.info(f"{self._color_obj_counter}")
8285
logger.info(f"{(len(self.color_chart) - idx - 1)}")

0 commit comments

Comments
 (0)