Skip to content

Commit

Permalink
Merge pull request gitpython-developers#666 from bpoldrack/bf-nullhan…
Browse files Browse the repository at this point in the history
…dler

BF: Added missing NullHandler to logger in git.remote
  • Loading branch information
yarikoptic authored Sep 21, 2017
2 parents cd28a87 + b683f4d commit c5545e0
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit c5545e0

Please sign in to comment.