ejwa / gitinspector

:bar_chart: The statistical analysis tool for git repositories
GNU General Public License v3.0
2.37k stars 328 forks source link

Remove unused bufsize, fix install arg error #244

Open mmoult opened 8 months ago

mmoult commented 8 months ago

In recent version of Python, the bufsize arg in Popen calls triggers a warning. Previously, the argument was simply ignored.

Also, fix install arg error. True was passed as an argument where a list of names was expected (or None).

mmoult commented 8 months ago

Similar issue from another codebase: https://github.com/benoitc/gunicorn/issues/2091