BF: Added missing NullHandler to logger in git.remote by bpoldrack · Pull Request #666 · gitpython-developers/GitPython

Conversation

@bpoldrack

Stumbled upon a No handlers could be found for logger "git.remote" message.
Apparently this issue has been addressed in PR #300 already. Back then git/remote.py wasn't included, so here is a one liner to do so.

@codecov-io

riley-martine pushed a commit to riley-martine/GitPython that referenced this pull request

Dec 7, 2023
…dler

BF: Added missing NullHandler to logger in git.remote