From b245f8f3d82634e1558e02496cd983ac9604791a Mon Sep 17 00:00:00 2001
From: Mohammad Torkashvand <mohammad.torkashvand@geant.org>
Date: Mon, 23 Jun 2025 17:48:54 +0200
Subject: [PATCH] add pre-check command to get bgp status from LSO

---
 gso/utils/types/precheck.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gso/utils/types/precheck.py b/gso/utils/types/precheck.py
index db430fcb1..82c105af0 100644
--- a/gso/utils/types/precheck.py
+++ b/gso/utils/types/precheck.py
@@ -25,4 +25,4 @@ class ExecutableRunResponse(BaseModel):
     """Response for running an arbitrary executable."""
 
     job_id: UUID
-    result: ExecutionResult | None = None
+    result: ExecutionResult
-- 
GitLab