# HG changeset patch # User Goffi # Date 1519838919 -3600 # Node ID 5895e4daae8c9460e5767627bf2c034d50831e52 # Parent b4bf282d6354ea307a78f0e071a01a294fc0191e jp (event): added missing arg to _attend_filter diff -r b4bf282d6354 -r 5895e4daae8c frontends/src/jp/cmd_event.py --- 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':