Kallithea issues archive

Issue #331: kwargs not being **kwargs in models/repo_group.py

Reported by: Edmund Wong
State: resolved
Created on: 2019-02-18 04:07
Updated on: 2019-03-18 19:31

Description

In model/repo_group.py, line 280:

https://kallithea-scm.org/repos/kallithea/files/0b942d34e4deb9b43558d880bc5018c2aba2f2be/kallithea/model/repo_group.py#L280

I think it should be **kwargs.

Attachments

Comments

Comment by Edmund Wong, on 2019-02-18 08:39

My mistake.. I realized that the parameter kwargs wasn't supposed to be "kwargs". My ignorance in that it should really be named something else to lessen the confusion of "kwargs". That said, I believe the parameter should be renamed to something else more appropriate.

Comment by Thomas De Schampheleire, on 2019-03-18 19:31

Fixed with commit b06e1141f20f, thanks!