From 9c9160836ce2bf6b3b9f7bb9aa2cef8555bbe987 Mon Sep 17 00:00:00 2001 From: Koos85 Date: Tue, 30 Dec 2025 12:40:18 +0100 Subject: [PATCH] typo --- libprobe/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libprobe/exceptions.py b/libprobe/exceptions.py index 5dbc621..544b61f 100644 --- a/libprobe/exceptions.py +++ b/libprobe/exceptions.py @@ -12,7 +12,7 @@ class IgnoreResultException(Exception): class IgnoreCheckException(Exception): - """IgnoreResultException must be raised by a check if the result needs + """IgnoreCheckException must be raised by a check if the result needs to be ignored and we no longer want this check to run. - Nothing for this check will be returned to the AgentCore.