From 4d2a2aeb974d81b78381f69d18f305c96a73b58d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 29 Aug 2013 14:57:19 +0200 Subject: [PATCH] Accidentaly deleted line. --- osc-group.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/osc-group.py b/osc-group.py index 33342c53..1b61e4bb 100644 --- a/osc-group.py +++ b/osc-group.py @@ -322,6 +322,9 @@ def _group_list_requests(self, grid, opts): :param opts: obs options """ + # header content description + print(' ID | Author | Date | Open items | Name ') + if grid: # if we have assigned id we need to ensure it is actually grouped id if not self._group_verify_type(grid, opts):