Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork938
BF: Added missing NullHandler to logger in git.remote#666
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
codecov-io commentedSep 21, 2017 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report
@@ Coverage Diff @@## master #666 +/- ##=========================================+ Coverage 92.57% 94.38% +1.8%========================================= Files 61 61 Lines 9968 9970 +2 =========================================+ Hits 9228 9410 +182+ Misses 740 560 -180
Continue to review full report at Codecov.
|
…dlerBF: Added missing NullHandler to logger in git.remote
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.