diff --git a/bauh/view/qt/history.py b/bauh/view/qt/history.py index 8d54bda0..9f896e93 100644 --- a/bauh/view/qt/history.py +++ b/bauh/view/qt/history.py @@ -34,7 +34,7 @@ class HistoryDialog(QDialog): for col, key in enumerate(sorted(commit.keys())): item = QTableWidgetItem() - item.setText(commit[key]) + item.setText(str(commit[key])) item.setFlags(Qt.ItemIsSelectable | Qt.ItemIsEnabled) if current_status: