Преглед изворни кода

Improve unspecified category visualizations

Eren Yilmaz пре 2 година
родитељ
комит
8bc5a19771
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      time_recoder/statistics.py

+ 1 - 1
time_recoder/statistics.py

@@ -272,4 +272,4 @@ print(my_tabulate(data=rows, headers=columns))
 print()
 print('Unspecified categories:')
 for c in unknown_categories:
-    print(' -', c)
+    print(' -', repr(c))