Control: tags -1 - upstream Control: forcemerge 968563 -1 On Wed, 19 Aug 2020 at 14:48, lkcl <l...@lkcl.net> wrote: > > ValueError: Non keyword-only attributes are not allowed after a keyword-only > attribute. Attribute in question: Attribute(name='invoice', default=NOTHING, > validator=None, repr=True, cmp=True, hash=None, init=True, > metadata=mappingproxy({}), type=<class 'str'>, converter=None, kw_only=False)
This is a consequence of #968563; upgrading python3-attr should fix it.