Skip to content

Conversation

@PulokSaha0706
Copy link
Contributor

No description provided.

Signed-off-by: Pulok Saha <puloksaha@appscode.com>
return "", err
}
defer rc.Close()
err = rc.Close()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

defer func() {
		if err := rc.Close(); err != nil {
			klog.Errorf("Error closing file: %v", err)
		}
	}()
	

Keep this similar to the above.

}
defer client.Close()

err = client.Close()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

defer func() {
		if err := rc.Close(); err != nil {
			klog.Errorf("Error closing file: %v", err)
		}
	}()
	

Keep this similar to the above.

PulokSaha0706 and others added 2 commits December 12, 2025 12:30
Signed-off-by: PulokSaha0706 <puloksaha@appscode.com>
Signed-off-by: Tamal Saha <tamal@appscode.com>
@tamalsaha tamalsaha merged commit 65fee3e into master Dec 12, 2025
5 checks passed
@tamalsaha tamalsaha deleted the update-dep branch December 12, 2025 08:38
1gtm pushed a commit that referenced this pull request Dec 12, 2025
/cherry-pick

Signed-off-by: Pulok Saha <puloksaha@appscode.com>
Signed-off-by: PulokSaha0706 <puloksaha@appscode.com>
Signed-off-by: Tamal Saha <tamal@appscode.com>
Co-authored-by: Tamal Saha <tamal@appscode.com>
tamalsaha added a commit that referenced this pull request Dec 12, 2025
/cherry-pick

Signed-off-by: Pulok Saha <puloksaha@appscode.com>
Signed-off-by: Tamal Saha <tamal@appscode.com>
Co-authored-by: Tamal Saha <tamal@appscode.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants