Mercurial > libervia-backend
changeset 2491:5895e4daae8c
jp (event): added missing arg to _attend_filter
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 28 Feb 2018 18:28:39 +0100 |
parents | b4bf282d6354 |
children | fcf0ae8102b8 |
files | frontends/src/jp/cmd_event.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/frontends/src/jp/cmd_event.py Wed Feb 28 18:28:29 2018 +0100 +++ b/frontends/src/jp/cmd_event.py Wed Feb 28 18:28:39 2018 +0100 @@ -219,7 +219,7 @@ self.parser.add_argument('-m', '--missing', action='store_true', help=_(u'show missing people (invited but no R.S.V.P. so far)')) self.parser.add_argument('-R', '--no-rsvp', action='store_true', help=_(u"don't show people which gave R.S.V.P.")) - def _attend_filter(self, attend): + def _attend_filter(self, attend, row): if attend == u'yes': attend_color = C.A_SUCCESS elif attend == u'no':