When trying to execute any command by using the execute() method (e.g. git.Git.execute("git config --global --list") or git.Git.execute(command="git config --global --list")), this is the output I get:
*** TypeError: execute() missing 1 required positional argument: 'self'
Is this a bug?