Remove redundant defer close in untarAll#75074
Remove redundant defer close in untarAll#75074tedyu wants to merge 1 commit intokubernetes:masterfrom tedyu:master
Conversation
|
Hi @tedyu. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: tedyu If they are not already assigned, you can assign the PR to them by writing The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
The io.Copy() call may return early. |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
The defer close is redundant - the file is closed on line 487.
Special notes for your reviewer:
Does this PR introduce a user-facing change?: