From 7b8200083dff0793e2d0f187be8cebf8efdc3191 Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Thu, 27 Jun 2024 17:52:42 +0400 Subject: [PATCH] x --- internal/oonirun/inputprocessor.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/oonirun/inputprocessor.go b/internal/oonirun/inputprocessor.go index e8f86e958..57b4f4489 100644 --- a/internal/oonirun/inputprocessor.go +++ b/internal/oonirun/inputprocessor.go @@ -145,9 +145,9 @@ func (ip *InputProcessor) run(ctx context.Context) (int, error) { if err != nil { // TODO(bassosimone): when re-reading this code, I find it confusing that // we return on error because I am always like "wait, this is not the right - // thing to do here". Then, I remember that the experimentSubmitterWrapper + // thing to do here". Then, I remember that the experimentSubmitterWrapper{} // ignores this error and so it's like it does not exist. Maybe we should - // rewrite the code to do the right thing here. + // rewrite the code to do the right thing here 😬😬😬. return 0, err } // Note: must be after submission because submission modifies