-
Notifications
You must be signed in to change notification settings - Fork 366
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Send git errors to subprocess.PIPE #717
Conversation
Codecov ReportBase: 78.41% // Head: 78.41% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #717 +/- ##
=======================================
Coverage 78.41% 78.41%
=======================================
Files 127 127
Lines 9178 9178
Branches 1826 1826
=======================================
Hits 7197 7197
Misses 1670 1670
Partials 311 311
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
d9d2504
to
e98d262
Compare
Hi, please resolve the conflicts 🚀 |
@HAOCHENYE Hi, sorry I'm not sure what happened, but it looks like my commit is gone on my fork's main branch and no changes were made with this merge. I guess I can submit identical PR? |
Hi @austinmw , i am sorry that your PR would be closed automatically when I merged other PRs. It is strange. |
All good, looks like fix got merged, thanks! |
Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand some items, don't worry, just make the pull request and seek help from maintainers.
Motivation
This removes frequent git errors in logs when running train script from outside of repository
Modification
Fixes #714 by sending error to subprocess instead of stderr
Checklist