-
Notifications
You must be signed in to change notification settings - Fork 42
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
Update some errors of bugsabsh #113
Conversation
edb645b
to
c315765
Compare
local/local.go
Outdated
if _, err := io.CopyN(fh, tr); err != nil { | ||
======= | ||
if _, err := io.CopyN(fh, tr, 1024) { | ||
if err != nil { |
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.
Could we move this to the previous line?
We'll also need to resolve the merge conflict :)
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.
Done
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.
thanks for help
eb15055
to
6e4325e
Compare
Signed-off-by: Sonia Singla <soniasingla.1812@gmail.com>
@natalieparellano can you help me i did not get why test case is failing :/ |
@soniasingla thanks for updating the PR! I apologize, I didn't have a good grasp before on what We could put the call to I created an issue #120 to capture this question so that we could discuss as a team and come up with a recommendation. If you have any thoughts here, we would love to hear them! |
I'm going to close this PR following #113 (comment). |
Signed-off-by: Sonia Singla soniasingla.1812@gmail.com