Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
BF: Added missing NullHandler to logger in git.remote
  • Loading branch information
bpoldrack committed Sep 21, 2017
commit 2b3c16c39953e7a6f55379403ca5d204dcbdb1e7
1 change: 1 addition & 0 deletions git/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@


log = logging.getLogger('git.remote')
log.addHandler(logging.NullHandler())


__all__ = ('RemoteProgress', 'PushInfo', 'FetchInfo', 'Remote')
Expand Down