Przeglądaj źródła

Improve unspecified category visualizations

Eren Yilmaz 1 rok temu
rodzic
commit
8bc5a19771
1 zmienionych plików z 1 dodań i 1 usunięć
  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))