Skip to content
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

S-109616 Remove redundant error message #59

Merged
merged 3 commits into from
May 7, 2024
Merged

S-109616 Remove redundant error message #59

merged 3 commits into from
May 7, 2024

Conversation

jberta-agency04
Copy link
Collaborator

@@ -139,7 +139,7 @@ func execute(pluginVersion string, buildDate string, runner Runner) {
var inputContext task.InputContext
if err := task.Deserialize(&inputContext); err != nil {
klog.Errorf("Failed to deserialize input %v", err)
task.HandleError(fmt.Errorf("failed to deserialize input: %v", err), nil, nil)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Let's keep this one, it seems like useful information when deserialization fails

@mkeretic1 mkeretic1 merged commit 95c44a9 into master May 7, 2024
1 check passed
@mkeretic1 mkeretic1 deleted the S-109616 branch May 7, 2024 13:52
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.

None yet

2 participants