ソースを参照

Improve unspecified category visualizations

Eren Yilmaz 1 年間 前
コミット
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))